summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-19TUSCANY-4029: Clone the binding when setting it on the EndpointReference to e...antelder1-2/+6
2012-03-16TUSCANY-3932 - take account of the case where a binding doesn't create a bind...slaws1-2/+4
2012-03-08Changes to add TUSCANY-3770 to 2.x stream and updates to performance testcase...jennthom1-9/+12
2012-03-08TUSCANY-4025 - delay the removal of the contribution information until after ...slaws1-1/+1
2012-02-29TUSCANY-4020 - move hardcoded message strings into properties filesslaws2-5/+13
2012-02-21TUSCANY-4005 - swap the test around so that the code that raises an error if ...slaws1-15/+23
2012-02-09TUSCANY-4011 - stop the SCDL callback binding configuration from being overwr...slaws4-74/+237
2012-02-02TUSCANY-4005 - raise an error if a reference target containing only a compone...slaws2-3/+48
2012-01-06TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...slaws2-49/+19
2011-12-13TUSCANY-3890 - separate the request wrapper model from the response wrapper m...slaws2-4/+4
2011-12-13Update core to use the Tuscany versions of the OASIS interfaces ComponentCOnt...antelder2-6/+7
2011-12-09TUSCANY-3946 - Had a bit of a change of heart about this one. I'm concerned t...slaws1-4/+10
2011-12-08Add a strawman approach to enable setting the binding uri on a ServiceReferenceantelder2-1/+22
2011-12-05TUSCANY-3988 - Apply Greg's suggested fix to ensure that policy provider list...slaws1-0/+8
2011-12-01Add a contributionInstalled() operation to the listener interface. Completes ...slaws1-0/+3
2011-11-22Fix typo in commentslaws1-1/+1
2011-11-21TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save in...antelder4-1/+85
2011-10-31Add a spec version to Endpoint and only do full matching if the target endpoi...slaws1-1/+30
2011-10-19Add code to read <requires> elements from WSDL and enable the test that ensur...slaws1-3/+2
2011-10-17TUSCANY-3959 - Disable the mayProvides intent temporarily as it's causing POL...slaws1-1/+2
2011-10-17TUSCANY-3959 - Correct interface matching so that it takes account of mayProv...slaws1-9/+30
2011-10-17TUSCANY-3958 - serialize endpoint intents/policy sets across the registry for...slaws2-2/+100
2011-10-03TUSCANY-3957: Apply patch from Greg Dritschler to fix Endpoint references are...antelder2-2/+9
2011-09-28TUSCANY-3954: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...antelder2-32/+27
2011-09-28TUSCANY-3955: Apply patch from Greg Drischler to fix Cached invocation chain ...antelder1-0/+1
2011-09-20Use domain info to decide if the binding.sca needs to be distributedrfeng1-0/+5
2011-09-15TUSCANY-3945 - Make public the operations that allow the promoted component a...slaws1-2/+2
2011-09-12Fix the setting of the JMS callback destination from request properties for t...antelder1-1/+14
2011-09-12TUSCANY-3941 - If a reference specifies target in an SCA binding then we expe...slaws1-1/+14
2011-09-09TUSCANY-3916 - Replace WSDL representation of interface contract with an inte...slaws1-12/+54
2011-09-08TUSCANY-3940: Apply patch from Greg Dritschler to Change AsyncJDKInvocationHa...antelder3-38/+48
2011-09-02Fix the single quote issues in all message bundlesrfeng1-3/+4
2011-09-01TUSCANY-3916 - Turn remote interface match back on with a couple of restricti...slaws3-13/+71
2011-08-29Fix the index for messagerfeng1-1/+1
2011-08-26TUSCANY-3925 - Apply Jennifer's Java security patch. slaws2-5/+32
2011-08-26Correct comment errorsslaws1-2/+2
2011-08-26TUSCANY-3932 - sample of how the structural URI could be passed over a remote...slaws1-1/+22
2011-08-25TUSCANY-3932 - changes to get callbacks working over the distributed domain. ...slaws1-0/+38
2011-08-25TUSCANY-3916 Add the code to write the callback interface alongside the forwa...slaws2-55/+169
2011-08-25TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws1-37/+96
2011-08-17The RuntimeInvoker currently swallows exceptions with a TODO comment, update ...antelder1-0/+1
2011-08-15TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws3-27/+373
2011-08-04TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up w...slaws1-34/+7
2011-07-26Add some code to try to convert the wsdl string from the remote endpoint back...antelder3-24/+124
2011-07-22Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz1-3/+3
2011-07-21If the getBindingInterfaceContract isn't a Java interface then try the Compon...antelder1-1/+8
2011-07-20Use the correct endpoint interface when the business interface is not specifiedantelder1-1/+1
2011-07-19Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder1-1/+70
2011-07-14Be more precise about when the async response path should be connected up in ...slaws1-19/+8
2011-07-12Fix the concurrency issue for the endpoint operation invocationrfeng3-19/+37