summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only create tx impl interceptors for valid policiesbdaniel2011-06-171-1/+22
* 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-168-59/+59
* 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
* Allow the spring component to receive parent application context from the com...rfeng2011-03-211-2/+2
* Add servlet scoped Node lifecycle support for web applicationsrfeng2011-03-181-13/+47
* Put back the build number plugin so that the version in the SPI is correctly ...antelder2011-03-171-2/+3
* TUSCANY-3837 - more SCABindingMapper from the binding sca runtime module to t...slaws2011-02-211-0/+51
* More quiet logging changes, update use of properties to not interfere with re...antelder2011-02-081-1/+1
* Fix lots of depricated maven variable warnings for Maven v3antelder2011-02-051-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-113-9/+62
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
* Correct the order that the phase constants appear in to match the actual phas...slaws2010-12-231-1/+1
* Updating core invocation code to support bindings that provide native async s...edwardsmj2010-12-203-4/+34
* Remove dependencies now included in base Javaantelder2010-12-111-13/+0
* TUSCANY-3801 - Make the async invoker creation signature more consistent with...slaws2010-12-091-2/+1
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from th...slaws2010-12-084-25/+23
* Start exploring way sof handling a pluggable approach of what to do when the ...antelder2010-12-081-0/+29
* TUSCANY-3801 - add missing response interface slaws2010-12-071-0/+50
* TUSCANY-3801 - missed files from previous check in. slaws2010-12-071-5/+5
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ...slaws2010-12-076-82/+62
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-062-1/+8
* TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws2010-12-033-9/+65
* TUSCANY-3801 - add an async implementation provider interface to allow provid...slaws2010-12-031-0/+65
* TUSCANY-3801 - add an async interceptor interface to chain can be navigated b...slaws2010-12-031-0/+40
* TUSCANY-3801 - Add new provider interfaces that allow providers to indicate w...slaws2010-12-032-0/+96
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-306-1/+60