summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a spec version to Endpoint and only do full matching if the target endpoi...slaws2011-10-311-1/+30
* Add code to read <requires> elements from WSDL and enable the test that ensur...slaws2011-10-191-3/+2
* TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing POL...slaws2011-10-171-1/+2
* TUSCANY-3959 - Correct interface matching so that it takes account of mayProv...slaws2011-10-171-9/+30
* TUSCANY-3958 - serialize endpoint intents/policy sets across the registry for...slaws2011-10-173-2/+101
* TUSCANY-3957: Apply patch from Greg Dritschler to fix Endpoint references are...antelder2011-10-032-2/+9
* TUSCANY-3954: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...antelder2011-09-282-32/+27
* TUSCANY-3955: Apply patch from Greg Drischler to fix Cached invocation chain ...antelder2011-09-281-0/+1
* Use domain info to decide if the binding.sca needs to be distributedrfeng2011-09-201-0/+5
* TUSCANY-3945 - Make public the operations that allow the promoted component a...slaws2011-09-151-2/+2
* Fix the setting of the JMS callback destination from request properties for t...antelder2011-09-121-1/+14
* TUSCANY-3941 - If a reference specifies target in an SCA binding then we expe...slaws2011-09-121-1/+14
* TUSCANY-3916 - Replace WSDL representation of interface contract with an inte...slaws2011-09-091-12/+54
* TUSCANY-3940: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...antelder2011-09-083-38/+48
* TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ...slaws2011-09-061-0/+1
* Fix the single quote issues in all message bundlesrfeng2011-09-021-3/+4
* TUSCANY-3916 - missed manifest change from previous commitslaws2011-09-011-0/+1
* TUSCANY-3916 - Turn remote interface match back on with a couple of restricti...slaws2011-09-013-13/+71
* Fix the index for messagerfeng2011-08-291-1/+1
* TUSCANY-3925 - Apply Jennifer's Java security patch. slaws2011-08-262-5/+32
* Correct comment errorsslaws2011-08-261-2/+2
* TUSCANY-3932 - sample of how the structural URI could be passed over a remote...slaws2011-08-261-1/+22
* TUSCANY-3932 - changes to get callbacks working over the distributed domain. ...slaws2011-08-251-0/+38
* TUSCANY-3916 Add the code to write the callback interface alongside the forwa...slaws2011-08-252-55/+169
* TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws2011-08-251-37/+96
* TUSCANY-3916 - add missing OSGi dependenciesslaws2011-08-191-0/+2
* The RuntimeInvoker currently swallows exceptions with a TODO comment, update ...antelder2011-08-171-0/+1
* TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws2011-08-153-27/+373
* TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up w...slaws2011-08-041-34/+7
* Add some code to try to convert the wsdl string from the remote endpoint back...antelder2011-07-263-24/+124
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-221-3/+3
* If the getBindingInterfaceContract isn't a Java interface then try the Compon...antelder2011-07-211-1/+8
* Fix OSGi importsrfeng2011-07-201-4/+5
* Use the correct endpoint interface when the business interface is not specifiedantelder2011-07-201-1/+1
* Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2011-07-192-1/+73
* Be more precise about when the async response path should be connected up in ...slaws2011-07-141-19/+8
* Fix the concurrency issue for the endpoint operation invocationrfeng2011-07-123-19/+37
* TUSCANY-3871 - provide a simple API for getting at the delegate information w...slaws2011-07-112-0/+24
* Correct comment as the code does go through that route for $self references c...slaws2011-07-111-1/+1
* Return correct interface contract when interfaces are compatible but not assi...bdaniel2011-06-291-0/+6
* Update EndpointReferenceBinderImpl to use the domain registry to workout if a...antelder2011-06-291-3/+2
* TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm against...slaws2011-06-231-4/+20
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and re...slaws2011-06-161-2/+1
* TUSCANY-3873 - modify the policy matching algorithm for the case where the re...slaws2011-06-161-3/+28
* TUSCANY-3872: Apply patch from Greg Dritschler to fix AsyncJDKInvocationHandl...antelder2011-06-131-0/+4
* TUSCANY-3867 - Add rethrows back in the start processing as we don;t want to ...slaws2011-06-101-0/+7
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-071-3/+3
* Tidy toString and add strings to exceptions rather than numbers. slaws2011-06-061-36/+21
* TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allo...slaws2011-06-062-16/+33
* Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2011-06-061-1/+13