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 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
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-061-1/+1
* TUSCANY-3801 - Update the invocation chain infrastructure, and the enpoints/e...slaws2010-12-031-1/+10
* TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be res...slaws2010-11-304-1/+20
* Get the Shell invoke function working and add a services command to show the ...antelder2010-11-171-0/+12
* TUSCANY-3653 - Make the methods used to generate WSDL available through the R...slaws2010-08-182-0/+16
* Fix for TUSCANY-3622rfeng2010-07-161-1/+7
* Remove commented out methodsslaws2010-07-132-33/+1
* TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws2010-07-132-0/+49
* TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ...slaws2010-06-171-1/+3
* Setting svn:eol-style for java and xml filesrfeng2010-06-053-246/+246
* Avoid NPE if reg uri is nullantelder2010-05-051-2/+1
* mark additional classes as extension spi according to use by databinding-jaxb...kelvingoodson2010-04-285-1/+10
* mark additional classes as extension spi according to use indicated by bindin...kelvingoodson2010-04-261-1/+2
* mark classes as extension spi according to use indicated by implementation-bp...kelvingoodson2010-04-231-0/+1
* mark classes as extension spi according to use indicated by implementation-ja...kelvingoodson2010-04-235-0/+5
* Pick up the default scheme from runtime propertiesantelder2010-04-211-2/+8
* Add new RuntimeProperties interface to enable extensions getting hold of the ...antelder2010-04-151-0/+27
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ...slaws2010-04-081-0/+8
* Remove old matches method code as its now in Endpoint classantelder2010-03-161-72/+0
* This should be going with Hazelcast 1.8.1 nowantelder2010-03-091-1/+1
* Switch binder interface over to throwing exceptions rather than returning boo...slaws2010-03-081-2/+2
* Add the ability to map binding.sca to any bindings in the runtime by configur...rfeng2010-03-021-1/+1
* Align the interfaceContractMapper to the specrfeng2010-02-191-12/+0
* Start to make extension points/extensions configurable from NodeFactory/Servi...rfeng2010-02-131-1/+5
* Add a mapping for domainURI and registryURIrfeng2010-02-113-4/+35
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-091-4/+10
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-097-17/+96
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-031-0/+12
* Update tribes registry to also support the tuscany registry uri formatantelder2010-01-291-0/+166
* Update to find an existing domain if the registry isn't explicitly definedantelder2010-01-293-0/+15
* Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng2010-01-297-6/+561