summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-20Moving 2.x trunklresende150-13547/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Rename getInterfaceContract() of Endpoint/EndpointReferencerfeng4-18/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882263 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Add BuilderContext parameterrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882247 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19Enhance the PolicyBuilder interface to provide ability to validate and build rfeng3-9/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882246 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Updating error/warning message to clarify the problemlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881952 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Resolve it before getXXX()rfeng2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881886 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Rationalize the interfaceContracts on Endpoint/EndpointReferencerfeng2-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881438 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17Tidy up the endpoint/endpoint reference serialization/deseralizationrfeng3-3/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881164 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Remove unused coderfeng1-83/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880860 13f79535-47bb-0310-9956-ffa450edef68
2009-11-15Adding generated serialVersionUID to exception to avoid warningslresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836408 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng3-19/+8
owner of invocaiton chains (http://www.mail-archive.com/dev@tuscany.apache.org/msg07856.html) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836009 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Check that the intent maps in a policy set are unique POL_3009slaws1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834952 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Add policy conformance number to beginning of duplicate intents messageslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834904 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11Extend the checking for unique definitions elements to take account of ↵slaws1-0/+4
repeated definitions that occur in the same file. POL_3003 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834854 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Fix motivated by ASM-5023. Update code to reflect the OASIS treatment of ↵slaws2-26/+0
promoted references. Endpoint references are now copied down to the promoted component reference and the multiplicity validation is performed there. The change works now but the code needs tidying. I've left some things commented out that I'll now remove. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833132 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Fix ASM_8017 and TUSCANY-3337 - have InterfaceContractMapper correctly take ↵antelder1-5/+6
into account the callback interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832408 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder7-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Remove constrainingType as it is now not part of the OASIS SCA specsrfeng9-283/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@827835 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Turn JavaClassVisitor to declarative services and remove the module activatorrfeng2-0/+24
Add a ServiceHelper utility to simplify the instantiation of declared services Refactor the module activator to receive ExtensionPointRegistry from constructor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826907 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng7-99/+117
Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15When cloning includes don't preserve the original include. Otherwise you end ↵slaws1-1/+1
up with duplicate includes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825638 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15Add more details of interface incompatibility to assembly error messagesslaws1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825515 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Remove unused policy utils and add new onerfeng4-506/+97
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825176 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Add PolicyBuilder to the builder extension pointrfeng5-66/+208
Use QName as the key to index and look up builders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824540 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Make ExtensionPointRegistry field transientrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824466 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng1-55/+0
Refactor the endpoint-wrapper into domainRegistryFactory that delegates to endpoint registry implementations by the scheme Improve/workaround the monitor so that it can be shared by multiple nodes (We need a better design for this) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823672 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09TUSCANY-3258 raise an error when a component property type doesn't match the ↵slaws1-1/+3
component type property type. This may need to be looked at further if we decide to consider if the types are compatible. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823643 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09TUSCANY-3231 fail if property has many values and many="false". Re-applied ↵slaws1-2/+3
the fix from the base class to the new builders. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823604 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Add warning when XPath expression for property doesn't return anythingslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823549 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Refactor resource bundles to a package rfeng6-4/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821984 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Update two error messages to point out that the component type and component ↵slaws1-2/+2
services/references don't match. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821832 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03TUSCANY-3290 - Adding support for @Remote attribute in <interface.java>lresende3-5/+59
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821362 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Start to integrate the policy attachment builderrfeng2-35/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820125 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28Refactor the builder implementations into tuscany-builder modulerfeng37-10475/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819750 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25Comment out the incorrect policy matching algorithm and enable itest/policiesrfeng1-15/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819013 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25Refactor CompositeActivator, ComponentContext and other related interfaces ↵rfeng4-10/+28
into core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819009 13f79535-47bb-0310-9956-ffa450edef68
2009-09-24Improve CompositeImpl.clone so that it clones both included and nested ↵rfeng6-187/+93
composites Move the CompositeCloneBuilder to be called before the compositeIncludeBuilder so that the include builder doesn't have to mix with clone git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818657 13f79535-47bb-0310-9956-ffa450edef68
2009-09-24Reformat the coderfeng29-938/+907
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818590 13f79535-47bb-0310-9956-ffa450edef68
2009-09-24Refactor the CompositeBuilder interface to return Composite instead of void ↵rfeng27-58/+88
so that a builder can create a new instance of Composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818588 13f79535-47bb-0310-9956-ffa450edef68
2009-09-23Switch over to the new model builder. Old builders are still there and can ↵slaws1-2/+2
be re-enabled just by reverting this commit if there are issues. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818033 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22Add reference promotion builder back in. Need to decide what to do with it. ↵slaws1-3/+8
Also add some other comments. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817707 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22Use the methods for retrieving collections as some specializations override ↵slaws2-6/+6
these collection methods to calculate the contents. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817703 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22Correct the algorithm for selecting callback bindings to match what the old ↵slaws1-13/+42
builders were doing. However this is not correct. In particular we should probably be always selecting the forward binding if not callback binding is specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817629 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22Add property messagesslaws1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817541 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22Add in the binding specific builders steps. slaws1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817540 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22Add code to flatten wires (getting rid of the ComponentReferenceWireBuilder)slaws1-20/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817534 13f79535-47bb-0310-9956-ffa450edef68
2009-09-21Clean up import statementsrfeng13-57/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817371 13f79535-47bb-0310-9956-ffa450edef68
2009-09-21Check for a few null cases that happen in assembly-xml unit tests. I don't ↵slaws1-2/+24
think we should be testing the builders in assembly-xml. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817304 13f79535-47bb-0310-9956-ffa450edef68
2009-09-21More static build changes and some simplified runtime builders (endpoint, ↵slaws6-238/+2025
endpoint reference and binding uri). The runtime side of things will likely need reorganizing. Am putting them there in their current form so I can run the static builders. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817238 13f79535-47bb-0310-9956-ffa450edef68