summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start to resolve intents to policySets that provide the intentrfeng2009-07-091-0/+24
* Fix the code to read policies and intentsrfeng2009-07-072-6/+41
* Remove AutomaticBinding and replace it with a flag in the Contract model to i...rfeng2009-07-0615-188/+114
* Organize imports and reformat the coderfeng2009-07-0692-1561/+1640
* Start adding a more meaningful (compared to unresolved) status field to endpo...slaws2009-06-293-4/+61
* Use the QName as the key for binding base URIsrfeng2009-06-254-22/+22
* Test to push down the default binding configuration into the URI builders so ...slaws2009-06-245-14/+93
* Add a QName as the type for binding/implementation and use it to compare mode...rfeng2009-06-2324-281/+332
* Use componentURI/serviceName/bindingName to derive the URI of a binding if no...rfeng2009-06-231-90/+85
* Make the remote flag consistent in names and setters/gettersrfeng2009-06-195-19/+19
* TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...slaws2009-06-192-5/+17
* TUSCANY-3106 missed file on previous checkinslaws2009-06-191-1/+1
* TUSCANY-3092 - add flag to indicate remotenessslaws2009-06-194-2/+27
* TUSCANY-3106 refactor include processing to make autowire handling match OASI...slaws2009-06-192-48/+69
* TUSCANY-3092 - add a flag recording whether an endpoint reference refers to a...slaws2009-06-153-3/+32
* Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng2009-06-124-3/+48
* Remove commented out methodsrfeng2009-06-121-42/+0
* TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws2009-06-1115-96/+95
* TUSCANY-3082 extend the reference clone operation so that the endpoint refere...slaws2009-06-111-1/+10
* Use uri for Endpoint/EndpointReferencerfeng2009-06-114-216/+234
* Add uri to Endpoint/EndpointReferencerfeng2009-06-104-34/+60
* Create the runtime version of Endpoint2 for serializationrfeng2009-06-101-18/+4
* Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng2009-06-086-153/+210
* Move EndpointRegistry from assembly to core-spirfeng2009-06-082-125/+0
* TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws2009-06-083-12/+48
* TUSCANY-3081 - Add toString (and remove some commented out code) to aid debug...slaws2009-06-081-11/+28
* TUSCANY-3081 - Add the name of the component/service/binding that the endpoin...slaws2009-06-082-10/+96
* Commit initial strawman prototype of the EndpointRegistry being discussed on ...antelder2009-06-022-0/+125
* Remove unused importsrfeng2009-05-291-35/+34
* First steps towards implementing new method for calculating Endpoints and End...edwardsmj2009-05-279-171/+815
* Refactoring a few methods on the ServiceDiscoverrfeng2009-05-201-10/+10
* Change the creation of DistributedSCABinding to the factory to avoid OSGi vio...rfeng2009-05-182-12/+19
* Merge interface-java-xml into interface-javaantelder2009-05-171-1/+1
* Start merging binding-sca into assembly and creating a binding-sca-runtime mo...antelder2009-05-175-0/+347
* Fix for TUSCANY-3036: for component service interface mismatch with implement...edwardsmj2009-05-161-2/+2
* Fix for TUSCANY-3036: for component service interface mismatch with implement...edwardsmj2009-05-161-1/+1
* Fix for TUSCANY-3035: for component service interface mismatch with implement...edwardsmj2009-05-161-2/+3
* Fix for TUSCANY-3034 - raised reporting of an invalid <servi ce/> @promote at...edwardsmj2009-05-151-1/+2
* Add component name to the error messagerfeng2009-05-141-60/+59
* Fix an erroneous error message in assembly moduleedwardsmj2009-05-131-1/+1
* Removal of warning message relating to addition of default <binding.sca/> ele...edwardsmj2009-05-131-40/+46
* Fix for TUSCANY-3022 to bring Tuscany in line with the requirements of the OA...edwardsmj2009-05-131-6/+12
* Fix for the unwired references problem logged in TUSCANY-3013edwardsmj2009-05-104-202/+158
* Improve error reporting when exceptions occur during composite document proce...edwardsmj2009-05-091-70/+75
* Fixes the handling of promoted references and services which have callback in...edwardsmj2009-05-072-3/+60
* Tidied up MANIFEST.MF fileedwardsmj2009-04-271-10/+17
* Make sure the lists are cloned too (TUSCANY-2982)rfeng2009-04-212-7/+7
* Extended warning message reporting to include Composite name and Component nameedwardsmj2009-04-152-2/+2
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
* Avoid NPE if the reference doesn't have a bindingrfeng2009-03-261-1/+2