summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-23Use componentURI/serviceName/bindingName to derive the URI of a binding if no...rfeng1-90/+85
2009-06-19Make the remote flag consistent in names and setters/gettersrfeng5-19/+19
2009-06-19TUSCANY-3092 - bring up remote version of binding.sca and include it in the b...slaws2-5/+17
2009-06-19TUSCANY-3106 missed file on previous checkinslaws1-1/+1
2009-06-19TUSCANY-3092 - add flag to indicate remotenessslaws4-2/+27
2009-06-19TUSCANY-3106 refactor include processing to make autowire handling match OASI...slaws2-48/+69
2009-06-15TUSCANY-3092 - add a flag recording whether an endpoint reference refers to a...slaws3-3/+32
2009-06-12Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry s...rfeng4-3/+48
2009-06-12Remove commented out methodsrfeng1-42/+0
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 subscrip...slaws15-96/+95
2009-06-11TUSCANY-3082 extend the reference clone operation so that the endpoint refere...slaws1-1/+10
2009-06-11Use uri for Endpoint/EndpointReferencerfeng4-216/+234
2009-06-10Add uri to Endpoint/EndpointReferencerfeng4-34/+60
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng1-18/+4
2009-06-08Make ExtensionPointRegistry available to AssemblyFactory so that it can creat...rfeng6-153/+210
2009-06-08Move EndpointRegistry from assembly to core-spirfeng2-125/+0
2009-06-08TUSCANY-3081 - Enable the local endpoint registry implementation in the endpo...slaws3-12/+48
2009-06-08TUSCANY-3081 - Add toString (and remove some commented out code) to aid debug...slaws1-11/+28
2009-06-08TUSCANY-3081 - Add the name of the component/service/binding that the endpoin...slaws2-10/+96
2009-06-02Commit initial strawman prototype of the EndpointRegistry being discussed on ...antelder2-0/+125
2009-05-29Remove unused importsrfeng1-35/+34
2009-05-27First steps towards implementing new method for calculating Endpoints and End...edwardsmj9-171/+815
2009-05-20Refactoring a few methods on the ServiceDiscoverrfeng1-10/+10
2009-05-18Change the creation of DistributedSCABinding to the factory to avoid OSGi vio...rfeng2-12/+19
2009-05-17Merge interface-java-xml into interface-javaantelder1-1/+1
2009-05-17Start merging binding-sca into assembly and creating a binding-sca-runtime mo...antelder5-0/+347
2009-05-16Fix for TUSCANY-3036: for component service interface mismatch with implement...edwardsmj1-2/+2
2009-05-16Fix for TUSCANY-3036: for component service interface mismatch with implement...edwardsmj1-1/+1
2009-05-16Fix for TUSCANY-3035: for component service interface mismatch with implement...edwardsmj1-2/+3
2009-05-15Fix for TUSCANY-3034 - raised reporting of an invalid <servi ce/> @promote at...edwardsmj1-1/+2
2009-05-14Add component name to the error messagerfeng1-60/+59
2009-05-13Fix an erroneous error message in assembly moduleedwardsmj1-1/+1
2009-05-13Removal of warning message relating to addition of default <binding.sca/> ele...edwardsmj1-40/+46
2009-05-13Fix for TUSCANY-3022 to bring Tuscany in line with the requirements of the OA...edwardsmj1-6/+12
2009-05-10Fix for the unwired references problem logged in TUSCANY-3013edwardsmj4-202/+158
2009-05-09Improve error reporting when exceptions occur during composite document proce...edwardsmj1-70/+75
2009-05-07Fixes the handling of promoted references and services which have callback in...edwardsmj2-3/+60
2009-04-27Tidied up MANIFEST.MF fileedwardsmj1-10/+17
2009-04-21Make sure the lists are cloned too (TUSCANY-2982)rfeng2-7/+7
2009-04-15Extended warning message reporting to include Composite name and Component nameedwardsmj2-2/+2
2009-04-14Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng1-1/+1
2009-03-26Avoid NPE if the reference doesn't have a bindingrfeng1-1/+2
2009-03-25Match the document using wildcards against the artifact URIrfeng2-87/+142
2009-03-20Add promoted components to CompositeReference modelrfeng3-5/+23
2009-03-20Remove the target name attribute from EndpointReference2 as it already holds ...slaws3-45/+4
2009-03-20Remove the old Endpoint support. It has been replaced by Endpoint2/EndpointRe...slaws19-1605/+17
2009-03-20wait until endpoint references have been created before trying to set callbac...slaws2-17/+16
2009-03-20[Work In Progress] Start to implement the policy builder rfeng1-111/+224
2009-03-20Remove unused classesrfeng3-89/+0
2009-03-19Fix the NPE when callback is not presentrfeng2-10/+3