summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-061-0/+2
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132611 13f79535-47bb-0310-9956-ffa450edef68
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-252-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-192-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124724 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-192-0/+35
| | | | | | 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
* Update to add APIs to get at which composites are running whereantelder2011-05-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain membersantelder2011-05-191-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
* Remove TODO that has now been doneantelder2011-05-191-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124559 13f79535-47bb-0310-9956-ffa450edef68
* Rename addListener/removeListener to be ↵antelder2011-05-183-10/+10
| | | | | | addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124140 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methods on InstalledContribution and add a method to merge in ↵antelder2011-05-171-15/+40
| | | | | | contribution metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104134 13f79535-47bb-0310-9956-ffa450edef68
* Add info on imports to InstalledContributionantelder2011-05-161-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103660 13f79535-47bb-0310-9956-ffa450edef68
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder2011-05-168-59/+59
| | | | | | lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
* Add a EndpointRegistry method to update contributions and a ↵antelder2011-05-153-0/+42
| | | | | | ContributionListener so that clients can register for contributionUpdated and contributionRemoved events git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103521 13f79535-47bb-0310-9956-ffa450edef68
* Update InstalledContribution to derive a default uri when no uri is specifyantelder2011-05-151-6/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103280 13f79535-47bb-0310-9956-ffa450edef68
* Update the installed contribution to keep track of java and namespace exportsantelder2011-05-131-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102713 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO comment reminderantelder2011-05-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102272 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to use a single class for all the installed contribution ↵antelder2011-05-122-13/+94
| | | | | | attributes, and to correct the storing of running composites to be qualified by the contribution uri. As per a previous commit comment this is still work in progress so a little rough, but its getting closer now to show the type of thing thats needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102252 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to store info about a contributions deployables and ↵antelder2011-05-111-1/+6
| | | | | | exports so that distrubuted nodes are able to see what is available without having to actually go get and install a remote contribution. This is work in progress, an alternative is to just put the Contribution model object itself in the registry and have the registry impl hide the details, but this approach is easier for now as we see how things can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101793 13f79535-47bb-0310-9956-ffa450edef68
* Start adding info about installed contributions to the registry so that ↵antelder2011-05-101-0/+5
| | | | | | distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to support getting the QName and Composite, and use that ↵antelder2011-05-101-1/+2
| | | | | | in teh hazelcast registry to manage the running composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101369 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-091-0/+7
| | | | | | composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
* Add servlet scoped Node lifecycle support for web applicationsrfeng2011-03-181-13/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082810 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to ↵slaws2011-02-211-0/+51
| | | | | | the core spi module so that people who want to implement their own mapper don't need to depend on a runtime module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073037 13f79535-47bb-0310-9956-ffa450edef68
* More quiet logging changes, update use of properties to not interfere with ↵antelder2011-02-081-1/+1
| | | | | | registry config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068545 13f79535-47bb-0310-9956-ffa450edef68
* Add quiet logging constantantelder2011-02-011-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066000 13f79535-47bb-0310-9956-ffa450edef68
* Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj2011-01-242-0/+25
| | | | | | under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062814 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-0/+12
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061389 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788 - Resolved async references are now started at start time to ↵slaws2011-01-141-5/+0
| | | | | | give them a chance to create a response listener. Plus remove an unused reference starting interface from the component context as it;s all handled by endpoint references now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058955 13f79535-47bb-0310-9956-ffa450edef68
* Add capability to support Bindings that support Async invocations natively - ↵edwardsmj2011-01-113-9/+62
| | | | | | as under TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057650 13f79535-47bb-0310-9956-ffa450edef68
* Correct the order that the phase constants appear in to match the actual ↵slaws2010-12-231-1/+1
| | | | | | phase order and make the local binding.sca optimization link to the head of the service operation wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052253 13f79535-47bb-0310-9956-ffa450edef68
* Updating core invocation code to support bindings that provide native async ↵edwardsmj2010-12-203-4/+34
| | | | | | support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051250 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Make the async invoker creation signature more consistent ↵slaws2010-12-091-2/+1
| | | | | | with the invoke creation signature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043910 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from ↵slaws2010-12-084-25/+23
| | | | | | the "process" methods I added as a convenience for sharing invoker implementation. Asl get rid of "throws" from Invocable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043447 13f79535-47bb-0310-9956-ffa450edef68
* Start exploring way sof handling a pluggable approach of what to do when the ↵antelder2010-12-081-0/+29
| | | | | | endpoint for a reference is not found in the endpoint registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043439 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - add missing response interface slaws2010-12-071-0/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043212 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - missed files from previous check in. slaws2010-12-071-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043211 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ↵slaws2010-12-076-82/+62
| | | | | | async response handler so that the invokerAsyncResponse can have a void return type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042976 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-062-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Update the invocation chain infrastructure, and the ↵slaws2010-12-033-9/+65
| | | | | | enpoints/endpointreferences that call it, to allow async response messages to be processed backwards along the response part of the chain independently of the forward message processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041866 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - add an async implementation provider interface to allow ↵slaws2010-12-031-0/+65
| | | | | | provider to create async invokers for the forward and response call. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041861 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - add an async interceptor interface to chain can be navigated ↵slaws2010-12-031-0/+40
| | | | | | backwards. Also add an implementation that can hold generic interceptor implementation that to date, for the forward chain, has been repeated in each interceptor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041858 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Add new provider interfaces that allow providers to indicate ↵slaws2010-12-032-0/+96
| | | | | | whether they support async or not. May be merged into existing interfaces but kept separate for the time being so as not to upset existing providers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041855 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws2010-11-305-1/+59
| | | | | | resolved then so that async response services can be established at that point. In a reliable situation the response service is then available as soon as reference is resolved and doesn't depend on the reference actually being used. Also start adding interfaces to allow the implementation provider to make an async invocation explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040444 13f79535-47bb-0310-9956-ffa450edef68
* Get the Shell invoke function working and add a services command to show the ↵antelder2010-11-171-0/+12
| | | | | | available services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036030 13f79535-47bb-0310-9956-ffa450edef68
* Remove CompositeContext threadlocal thats might be causeing a storage leak ↵antelder2010-10-251-13/+1
| | | | | | as Tuscany doesn't use this anymore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026981 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the JAX-WS async client support and fix couple of issuesrfeng2010-09-171-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998309 13f79535-47bb-0310-9956-ffa450edef68
* Add a Base class for binding impls with the boiler plate codeantelder2010-09-041-0/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992544 13f79535-47bb-0310-9956-ffa450edef68
* Make sure ranking is honoredrfeng2010-08-181-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3653 - Make the methods used to generate WSDL available through the ↵slaws2010-08-182-0/+16
| | | | | | RuntimeEndpoint and RuntimeEndpointReference interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986724 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3622rfeng2010-07-161-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out methodsslaws2010-07-132-33/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963631 13f79535-47bb-0310-9956-ffa450edef68