summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3957: Apply patch from Greg Dritschler to fix Endpoint references ↵antelder2011-10-032-2/+9
| | | | | | are not registered in domain registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178311 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3954: Apply patch from Greg Dritschler to Change ↵antelder2011-09-282-32/+27
| | | | | | AsyncJDKInvocationHandler to not use AsyncFaultWrapper git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1176776 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3955: Apply patch from Greg Drischler to fix Cached invocation chain ↵antelder2011-09-281-0/+1
| | | | | | is used after endpoint is rebuilt git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1176775 13f79535-47bb-0310-9956-ffa450edef68
* Use domain info to decide if the binding.sca needs to be distributedrfeng2011-09-201-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173361 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3945 - Make public the operations that allow the promoted component ↵slaws2011-09-151-2/+2
| | | | | | and service to be accessed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170998 13f79535-47bb-0310-9956-ffa450edef68
* Fix the setting of the JMS callback destination from request properties for ↵antelder2011-09-121-1/+14
| | | | | | the JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169722 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3941 - If a reference specifies target in an SCA binding then we ↵slaws2011-09-121-1/+14
| | | | | | expect there to be an SCA binding at the service. In this case don't just select the first binding in the list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1169664 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Replace WSDL representation of interface contract with an ↵slaws2011-09-091-12/+54
| | | | | | internal representation for passing via the registry. Still not particularly happy with this but I have more confidence that it will work reliably when compared to serializing/deserializing WSDL. It would be preferable I think to represent the interface contract more generally as artifacts in the domain registry but that's for another day. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167202 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3940: Apply patch from Greg Dritschler to Change ↵antelder2011-09-083-38/+48
| | | | | | AsyncJDKInvocationHandler to use WorkScheduler directly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166600 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ↵slaws2011-09-061-0/+1
| | | | | | again. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165594 13f79535-47bb-0310-9956-ffa450edef68
* Fix the single quote issues in all message bundlesrfeng2011-09-021-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - missed manifest change from previous commitslaws2011-09-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163989 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - Turn remote interface match back on with a couple of ↵slaws2011-09-013-13/+71
| | | | | | restrictions. Only the top level WSDL is shared and dependent XSD is not. I've added guards for the case where parameter types cannot be converted to WSDL. If interface information is insufficient to run the match the interfaces are assumed to be compatible and matching is left until runtime. Having struggled with the WSDL based approach I'm going to look at serializing the internal Tuscany model. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163988 13f79535-47bb-0310-9956-ffa450edef68
* Fix the index for messagerfeng2011-08-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162922 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3925 - Apply Jennifer's Java security patch. slaws2011-08-262-5/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162160 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment errorsslaws2011-08-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162134 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3932 - sample of how the structural URI could be passed over a ↵slaws2011-08-261-1/+22
| | | | | | remote binding (in this case binding.ws) and picked up on the service side in the binding.sca case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162090 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3932 - changes to get callbacks working over the distributed domain. ↵slaws2011-08-251-0/+38
| | | | | | There's active discussion here http://www.mail-archive.com/dev%40tuscany.apache.org/msg17247.html so this will change will change as a result. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161645 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 Add the code to write the callback interface alongside the ↵slaws2011-08-252-55/+169
| | | | | | forward interface. However turn off all the interface writing as I'm not very happy about the implementation so am disabling wit while I give it some thought. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161528 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3932 - Rework the callack wire calculation to be based on ↵slaws2011-08-251-37/+96
| | | | | | non-runtime configurations. I've modified the Endpoint writing algorithm to write out automatically calculated callback bindings as well as callback bindings specified explicitly by the user. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161527 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - add missing OSGi dependenciesslaws2011-08-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159557 13f79535-47bb-0310-9956-ffa450edef68
* The RuntimeInvoker currently swallows exceptions with a TODO comment, update ↵antelder2011-08-171-0/+1
| | | | | | this to at least do a printStackTrace so there is some hint somehting went wrong git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1158625 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3916 - extend WSDL serialization code to deal with imports/includesslaws2011-08-153-27/+373
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157857 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up ↵slaws2011-08-041-34/+7
| | | | | | when SCAClientFactory.getService() references a promoted service. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153789 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to try to convert the wsdl string from the remote endpoint ↵antelder2011-07-263-24/+124
| | | | | | back into a WSDLInterfaceContract. This doesn't work properly and throws an InvalidWSDLException with some JDKs. Committing as-is to see if anyone has any ideas why git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151203 13f79535-47bb-0310-9956-ffa450edef68
* Fix spelling of method, changing to 'setNormalizedWSDLInterfaceContract'.scottkurz2011-07-221-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149451 13f79535-47bb-0310-9956-ffa450edef68
* If the getBindingInterfaceContract isn't a Java interface then try the ↵antelder2011-07-211-1/+8
| | | | | | ComponentTypeServiceInterface. We really need a way to convert a wsdl interface into a java interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149101 13f79535-47bb-0310-9956-ffa450edef68
* Fix OSGi importsrfeng2011-07-201-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148841 13f79535-47bb-0310-9956-ffa450edef68
* Use the correct endpoint interface when the business interface is not specifiedantelder2011-07-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148761 13f79535-47bb-0310-9956-ffa450edef68
* Update the Runtime Endpoint to include its normalized wsdl in its serializationantelder2011-07-192-1/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148316 13f79535-47bb-0310-9956-ffa450edef68
* Be more precise about when the async response path should be connected up in ↵slaws2011-07-141-19/+8
| | | | | | the service binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1146705 13f79535-47bb-0310-9956-ffa450edef68
* Fix the concurrency issue for the endpoint operation invocationrfeng2011-07-123-19/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145738 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3871 - provide a simple API for getting at the delegate information ↵slaws2011-07-112-0/+24
| | | | | | when then endpoint or endpoint reference is configured with an SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145112 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment as the code does go through that route for $self references ↵slaws2011-07-111-1/+1
| | | | | | created by the in-VM client. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1145108 13f79535-47bb-0310-9956-ffa450edef68
* Return correct interface contract when interfaces are compatible but not ↵bdaniel2011-06-291-0/+6
| | | | | | assignable from each other git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141229 13f79535-47bb-0310-9956-ffa450edef68
* Update EndpointReferenceBinderImpl to use the domain registry to workout if ↵antelder2011-06-291-3/+2
| | | | | | an EndpointReference is out of date instead of trying to work it out in EndpointReferenceBinderImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1141029 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3873 - A stop gap solution to running the appliesTo algorithm ↵slaws2011-06-231-4/+20
| | | | | | against a matched endpoint reference. Waiting on the discussion from TUSCANY-3877 before producing the full solution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1138864 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3876 - minimum changes to turn of implementation model sharing and ↵slaws2011-06-161-2/+1
| | | | | | represent implementation policy correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136391 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3873 - modify the policy matching algorithm for the case where the ↵slaws2011-06-161-3/+28
| | | | | | reference has a target but no policy and the service has policy. In this case the code now copies the service policy to the reference. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136386 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3872: Apply patch from Greg Dritschler to fix ↵antelder2011-06-131-0/+4
| | | | | | AsyncJDKInvocationHandler should short-circuit Object methods git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135253 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - Add rethrows back in the start processing as we don;t want to ↵slaws2011-06-101-0/+7
| | | | | | blindly carry on starting things (as we do with stop processing) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134223 13f79535-47bb-0310-9956-ffa450edef68
* Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder2011-06-071-3/+3
| | | | | | different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
* Tidy toString and add strings to exceptions rather than numbers. slaws2011-06-061-36/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132629 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to ↵slaws2011-06-062-16/+33
| | | | | | allow the processing to complete tidily. You can then check the monitor to see if something went wrong and shut down cleanly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132625 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-061-1/+13
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132612 13f79535-47bb-0310-9956-ffa450edef68
* Update getRunningMember to return null if the composite isn't startedantelder2011-05-261-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127880 13f79535-47bb-0310-9956-ffa450edef68
* Revert modification made several months ago to the core as it is not needed ↵fmoga2011-05-261-5/+0
| | | | | | anymore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127849 13f79535-47bb-0310-9956-ffa450edef68
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
* Allows pass -by-reference for self referencesrfeng2011-05-211-43/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125636 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-191-0/+7
| | | | | | commands to start and stop composites on remote nodes. Initial code so a little prototypy but it does work so committing it now for review git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124705 13f79535-47bb-0310-9956-ffa450edef68