summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/java/org (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert the change based on the comment from https://issues.apache.org/jira/br...rfeng2012-03-211-0/+10
* TUSCANY-4025 - enhance the previous fix for this JIRA to call the listeners i...slaws2012-03-191-1/+10
* TUSCANY-4029: Clone the binding when setting it on the EndpointReference to e...antelder2012-03-191-2/+6
* TUSCANY-3932 - take account of the case where a binding doesn't create a bind...slaws2012-03-161-2/+4
* Changes to add TUSCANY-3770 to 2.x stream and updates to performance testcase...jennthom2012-03-081-9/+12
* TUSCANY-4025 - delay the removal of the contribution information until after ...slaws2012-03-081-1/+1
* TUSCANY-4020 - move hardcoded message strings into properties filesslaws2012-02-291-4/+11
* TUSCANY-4005 - swap the test around so that the code that raises an error if ...slaws2012-02-211-15/+23
* TUSCANY-4011 - stop the SCDL callback binding configuration from being overwr...slaws2012-02-094-74/+237
* TUSCANY-4005 - raise an error if a reference target containing only a compone...slaws2012-02-021-3/+47
* TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...slaws2012-01-062-49/+19
* TUSCANY-3890 - separate the request wrapper model from the response wrapper m...slaws2011-12-132-4/+4
* Update core to use the Tuscany versions of the OASIS interfaces ComponentCOnt...antelder2011-12-132-6/+7
* TUSCANY-3946 - Had a bit of a change of heart about this one. I'm concerned t...slaws2011-12-091-4/+10
* Add a strawman approach to enable setting the binding uri on a ServiceReferenceantelder2011-12-082-1/+22
* TUSCANY-3988 - Apply Greg's suggested fix to ensure that policy provider list...slaws2011-12-051-0/+8
* Add a contributionInstalled() operation to the listener interface. Completes ...slaws2011-12-011-0/+3
* Fix typo in commentslaws2011-11-221-1/+1
* TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save in...antelder2011-11-214-1/+85
* 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-172-2/+100
* 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-3916 - Turn remote interface match back on with a couple of restricti...slaws2011-09-013-13/+71
* 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
* 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
* 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-191-1/+70
* 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