summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable reference side binding wire. Mainly so I can start trying out some bin...slaws2010-02-126-199/+195
* Correct commentsslaws2010-02-122-6/+4
* Add commentslaws2010-02-121-1/+2
* Revert r909263 while checking if Luciano has more changesslaws2010-02-121-1/+1
* TUSCANY-3459 - Find the operation from the componentService interface contrac...lresende2010-02-122-3/+4
* Avoid unucessary loop iterations after component is foundlresende2010-02-121-0/+1
* Fixing visibility of internal method to avoid confusion with SPIlresende2010-02-121-1/+1
* Porting test case to JUnit 4.5 stylelresende2010-02-121-11/+13
* Moving error message to builder validation resource bundlelresende2010-02-122-2/+3
* Add feature-osgirfeng2010-02-121-6/+7
* Clean up the dependencyrfeng2010-02-123-27/+12
* Rename configURI to domainRegistryURIrfeng2010-02-112-18/+9
* Use the LRUCache from common-javarfeng2010-02-115-92/+4
* Add a mapping for domainURI and registryURIrfeng2010-02-113-4/+35
* Port databinding-sdo into 2.x based on the patch provided by Malisetti, Raman...rfeng2010-02-1143-0/+3828
* remove this now. A previous svn problem on my machine means this was not remo...slaws2010-02-1131-4399/+0
* Remove as methods are now in assembly policy helper and constants are on asse...slaws2010-02-111-80/+0
* Add missing OSGi dependencyslaws2010-02-111-0/+1
* hazelcast two nodes test still causing problems so remove it from the build f...slaws2010-02-111-0/+2
* Remove file as it's not usedslaws2010-02-111-61/+0
* Test for multiple local nodes using imports and exportsantelder2010-02-114-0/+311
* Start of tests for import/export across nodes - a contribution with a referen...antelder2010-02-114-0/+166
* Start of tests for import/export across nodes - a service using an importantelder2010-02-114-0/+139
* Start of some tests for import/export across nodesantelder2010-02-115-0/+174
* TUSCANY-2586: Fix pass-by-value copies as described in the JIRA with the SCA ...antelder2010-02-1112-63/+183
* Change the wait to 5 secondsrfeng2010-02-101-1/+1
* Timing the sequence to avoid hangsrfeng2010-02-105-13/+11
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-101-1/+2
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-104-4/+7
* Fix some of minor bugs discovered by FindBugsrfeng2010-02-106-13/+10
* link pd info back to spec conformance statement 50004kelvingoodson2010-02-101-1/+1
* link pd info back to spec conformance statement 50009kelvingoodson2010-02-101-1/+1
* link pd info back to spec conformance statement 50008kelvingoodson2010-02-101-1/+1
* add some conformance numbers to error messageskelvingoodson2010-02-101-2/+2
* Pass the domain name in as the registry URI so that we can use the domain nam...slaws2010-02-101-2/+6
* Add a dependency on the hazelcast client so we can switch the SCAClient test ...slaws2010-02-101-1/+6
* Add a test that just uses the SCAClient to talk to the remote SCA node. I.e. ...slaws2010-02-104-20/+74
* Add callback tests into the buildslaws2010-02-101-0/+2
* Add hazelcast test to buildslaws2010-02-101-0/+1
* Call node init() to ensure that the extension point registry is initialized. ...slaws2010-02-102-18/+4
* Output something so that you can see that the target service has received a m...slaws2010-02-101-1/+3
* Add a stand alone client that is unhindered by any other Tuscany code (such a...slaws2010-02-101-0/+63
* Remove unecessary dependency on domain node and replace with direct dependenc...slaws2010-02-101-3/+8
* Remove OptimizableBinding as now it is not used any morerfeng2010-02-103-162/+3
* Fix the sca client to use a resolved endpointrfeng2010-02-092-19/+123
* Remove the node.destroy()rfeng2010-02-091-1/+0
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-0910-33/+51
* Remove getDomainNamerfeng2010-02-093-36/+1
* Remove unused importrfeng2010-02-091-2/+1
* Remove org.apache.tuscany.sca.node.Client and merge the methods into org.apac...rfeng2010-02-0924-510/+438