summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src/main/java/org/apache/tuscany/sca/runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a method to get the Node to the TuscanyComponentContextantelder2012-08-161-0/+3
* Make DOMInvoker interface remotableantelder2012-08-161-0/+2
* Add getDOMInvoker to the TuscanyServiceReference to enable dynamic invocation...antelder2012-08-151-0/+3
* Add an interface for a new invoker that uses DOM node for arg and return valu...antelder2012-08-151-0/+9
* Add getExtensionPointRegistry to interface to avoid having to cast to implantelder2012-08-151-3/+4
* Not check if the endpoint is out of date for local registryrfeng2012-06-271-1/+2
* Update to avoid duplicated wire processorsantelder2012-06-111-0/+1
* Add Tuscany versions of OASIS ComponentContext and ServiceReferenceantelder2011-12-133-2/+59
* Fix typo in commentslaws2011-12-091-1/+1
* Add a contributionInstalled() operation to the listener interface. Completes ...slaws2011-12-011-0/+2
* TUSCANY-3976: Apply patch from Greg Dritschler to allow extensions to save in...antelder2011-11-211-0/+7
* Add user constants to the RuntimePropertiesantelder2011-11-091-0/+10
* TUSCANY-3958 - serialize endpoint intents/policy sets across the registry for...slaws2011-10-171-0/+2
* Use domain info to decide if the binding.sca needs to be distributedrfeng2011-09-202-0/+11
* Add a property for releasing contribution classloadersantelder2011-09-071-0/+5
* TUSCANY-3871 - provide a simple API for getting at the delegate information w...slaws2011-07-112-0/+15
* Add a method to the domain registry to test if an EndpointReference is out of...antelder2011-06-292-0/+6
* Support using null for the domain name and deriving the name from the uriantelder2011-06-271-0/+23
* Update the DomainRegistry to have getters for both the registry uri and nameantelder2011-06-132-1/+6
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-071-3/+3
* Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2011-06-061-0/+2
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-252-6/+6
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-192-0/+24
* Add a way to run commands on remote nodes and add Node API and Shell commands...antelder2011-05-192-0/+35
* Update to add APIs to get at which composites are running whereantelder2011-05-191-0/+2
* Add a method to get the domain membersantelder2011-05-191-0/+2
* Remove TODO that has now been doneantelder2011-05-191-4/+0
* Rename addListener/removeListener to be addEndpointListener/removeEndpointLis...antelder2011-05-183-10/+10
* Remove unused methods on InstalledContribution and add a method to merge in c...antelder2011-05-171-15/+40
* Add info on imports to InstalledContributionantelder2011-05-161-5/+9
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder2011-05-167-48/+48
* Add a EndpointRegistry method to update contributions and a ContributionListe...antelder2011-05-153-0/+42
* Update InstalledContribution to derive a default uri when no uri is specifyantelder2011-05-151-6/+40
* Update the installed contribution to keep track of java and namespace exportsantelder2011-05-131-0/+9
* Add TODO comment reminderantelder2011-05-121-0/+1
* Update the registry to use a single class for all the installed contribution ...antelder2011-05-122-13/+94
* Update the registry to store info about a contributions deployables and expor...antelder2011-05-111-1/+6
* Start adding info about installed contributions to the registry so that distr...antelder2011-05-101-0/+5
* Update the registry to support getting the QName and Composite, and use that ...antelder2011-05-101-1/+2
* Start looking at support for a Shell command to show the domain level composi...antelder2011-05-091-0/+7
* More quiet logging changes, update use of properties to not interfere with re...antelder2011-02-081-1/+1
* Add quiet logging constantantelder2011-02-011-0/+6
* Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj2011-01-242-0/+25
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2011-01-201-0/+12
* TUSCANY-3788 - Resolved async references are now started at start time to giv...slaws2011-01-141-5/+0
* Add capability to support Bindings that support Async invocations natively - ...edwardsmj2011-01-111-0/+6
* Updating core invocation code to support bindings that provide native async s...edwardsmj2010-12-201-0/+9
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-081-2/+1
* Start exploring way sof handling a pluggable approach of what to do when the ...antelder2010-12-081-0/+29
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...slaws2010-12-071-1/+0