summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-04Fix the algorithm to check duplicate names for callback bindings to avoid fai...rfeng1-51/+37
2009-08-03Add a property file to hold the descriptions of the SCA assembly conformance ...rfeng1-0/+327
2009-08-03Test for unique binding names across a service's bindings. Not just the bindi...slaws1-5/+2
2009-07-31Change warning to error as per spec. Caught when running ASM_8011slaws1-1/+1
2009-07-31Change warning to error as per spec. Caught when running ASM_8010slaws1-4/+4
2009-07-31Turn incompatible interface warning into an error to match spec. Specifically...slaws1-5/+5
2009-07-31Be more defensive in check the implementation reference. Follow the pattern u...slaws1-1/+1
2009-07-31Change warning to error when reference with target also has binding, to match...antelder1-1/+1
2009-07-30Print out the hash code so that you can distinguish between endpoints and end...slaws2-3/+3
2009-07-23Remove duplicate requiredIntents/policySets fields and make a copy for the clonerfeng2-15/+2
2009-07-22TUSCANY-3150 make the context a little more interesting in the example. slaws1-27/+33
2009-07-22TUSCANY-3150 TUSCANY-3176 updates to show how we can accumulate context and h...slaws1-1/+12
2009-07-22Make the not yet matched status sounds a little less terminal. Just because i...slaws3-5/+5
2009-07-21Make printed uri in toString more consistent with getURI output. slaws2-2/+2
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng6-664/+664
2009-07-16Correct handling of component <property/> @source attribute when dealing with...edwardsmj4-13/+52
2009-07-13Remove unused coderfeng1-6/+0
2009-07-09Start to resolve intents to policySets that provide the intentrfeng1-0/+24
2009-07-07Fix the code to read policies and intentsrfeng2-6/+41
2009-07-06Remove AutomaticBinding and replace it with a flag in the Contract model to i...rfeng15-188/+114
2009-07-06Organize imports and reformat the coderfeng92-1561/+1640
2009-06-29Start adding a more meaningful (compared to unresolved) status field to endpo...slaws3-4/+61
2009-06-25Use the QName as the key for binding base URIsrfeng4-22/+22
2009-06-24Test to push down the default binding configuration into the URI builders so ...slaws5-14/+93
2009-06-23Add a QName as the type for binding/implementation and use it to compare mode...rfeng24-281/+332
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