summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* link pd info back to spec conformance statement 50009kelvingoodson2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908588 13f79535-47bb-0310-9956-ffa450edef68
* link pd info back to spec conformance statement 50008kelvingoodson2010-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908580 13f79535-47bb-0310-9956-ffa450edef68
* add some conformance numbers to error messageskelvingoodson2010-02-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908569 13f79535-47bb-0310-9956-ffa450edef68
* Pass the domain name in as the registry URI so that we can use the domain ↵slaws2010-02-101-2/+6
| | | | | | name to switch the registry implementation. Don't like this particularly but we don't have another mapping yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908516 13f79535-47bb-0310-9956-ffa450edef68
* Add a dependency on the hazelcast client so we can switch the SCAClient test ↵slaws2010-02-101-1/+6
| | | | | | to the hazelcast client if we want to. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908514 13f79535-47bb-0310-9956-ffa450edef68
* Add a test that just uses the SCAClient to talk to the remote SCA node. I.e. ↵slaws2010-02-104-20/+74
| | | | | | it doesn't start up a full SCA application git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908511 13f79535-47bb-0310-9956-ffa450edef68
* Add callback tests into the buildslaws2010-02-101-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908436 13f79535-47bb-0310-9956-ffa450edef68
* Add hazelcast test to buildslaws2010-02-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908435 13f79535-47bb-0310-9956-ffa450edef68
* Call node init() to ensure that the extension point registry is initialized. ↵slaws2010-02-102-18/+4
| | | | | | Remove the local test from the default client impl. This local test will be carried out by the default binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908434 13f79535-47bb-0310-9956-ffa450edef68
* Output something so that you can see that the target service has received a ↵slaws2010-02-101-1/+3
| | | | | | message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908431 13f79535-47bb-0310-9956-ffa450edef68
* Add scatours-launcher-payment-bpel to the travel sample distribution ↵nash2010-02-107-56/+129
| | | | | | (TUSCANY-3460) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908421 13f79535-47bb-0310-9956-ffa450edef68
* Add a stand alone client that is unhindered by any other Tuscany code (such ↵slaws2010-02-101-0/+63
| | | | | | as use of the Node API). This tests slightly different requirements on the infrastructure in terms of its initialization. Not running automatically yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908408 13f79535-47bb-0310-9956-ffa450edef68
* Remove unecessary dependency on domain node and replace with direct ↵slaws2010-02-101-3/+8
| | | | | | dependency on binding-sca-runtime-rmi. The dependencies are set so as not to include sca-client-rmi so that we're running with the normal default binding structure at the client. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908406 13f79535-47bb-0310-9956-ffa450edef68
* Remove OptimizableBinding as now it is not used any morerfeng2010-02-103-162/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908288 13f79535-47bb-0310-9956-ffa450edef68
* Fix the sca client to use a resolved endpointrfeng2010-02-092-19/+123
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908285 13f79535-47bb-0310-9956-ffa450edef68
* Remove the node.destroy()rfeng2010-02-091-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908276 13f79535-47bb-0310-9956-ffa450edef68
* Add contribution and launcher to distribution for payment-groovynash2010-02-091-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908265 13f79535-47bb-0310-9956-ffa450edef68
* Add launchers to distribution for payment-java, payment-java-policy, ↵nash2010-02-091-0/+20
| | | | | | payment-spring, and payment-spring-scatag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908264 13f79535-47bb-0310-9956-ffa450edef68
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-0910-33/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
* Remove getDomainNamerfeng2010-02-093-36/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908247 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importrfeng2010-02-091-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908246 13f79535-47bb-0310-9956-ffa450edef68
* Remove org.apache.tuscany.sca.node.Client and merge the methods into ↵rfeng2010-02-0924-510/+438
| | | | | | org.apache.tuscany.sca.node.Node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908245 13f79535-47bb-0310-9956-ffa450edef68
* Remove the calls to Node.destroyrfeng2010-02-098-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908242 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-0949-152/+244
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Fix the bundle-version attr for Fragment-Hostrfeng2010-02-092-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908231 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused coderfeng2010-02-092-63/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908159 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2010-02-090-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908011 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3458 add some alternative configurations for the ws callback test to ↵slaws2010-02-0920-0/+1041
| | | | | | see if we can flush out the issue in this JIRA git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908010 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to all for easier manual running of the test slaws2010-02-093-1/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907981 13f79535-47bb-0310-9956-ffa450edef68
* Use a dummy invocation chain to avoid NPE on ConcurrentHashMaprfeng2010-02-081-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907812 13f79535-47bb-0310-9956-ffa450edef68
* Generate unique Node URI if it's not set in the NodeConfigurationrfeng2010-02-082-2/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907810 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment locationslaws2010-02-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907636 13f79535-47bb-0310-9956-ffa450edef68
* No longer requiredslaws2010-02-081-502/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907635 13f79535-47bb-0310-9956-ffa450edef68
* Move toward having the Axis specific code in the Axis2EngineIntegration ↵slaws2010-02-088-360/+636
| | | | | | class while having the service and reference provides do more of the orchestration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907634 13f79535-47bb-0310-9956-ffa450edef68
* Adding some tests to measure performance of local and remote invocationlresende2010-02-0815-0/+880
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907547 13f79535-47bb-0310-9956-ffa450edef68
* Support HTTPD graceful restarts for non-stop operation. Simplified Python ↵jsdelfino2010-02-079-199/+68
| | | | | | and Java error capture and recovery. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907470 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect launcher package name in Main-Class manifest entrynash2010-02-076-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907401 13f79535-47bb-0310-9956-ffa450edef68
* Add failonerror=true to ant run commandnash2010-02-0738-38/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907395 13f79535-47bb-0310-9956-ffa450edef68
* Add new launchers to READMEnash2010-02-071-34/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907394 13f79535-47bb-0310-9956-ffa450edef68
* Change incorrect package scatours to scatours.paymentnash2010-02-076-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907387 13f79535-47bb-0310-9956-ffa450edef68
* Change incorrect contribution name payment-script to payment-spring-scatagnash2010-02-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907386 13f79535-47bb-0310-9956-ffa450edef68
* Moved server configuration to HTTPD postConfig phase, to avoid running ↵jsdelfino2010-02-0764-235/+677
| | | | | | configuration commands twice and added a way for runtime modules and components to handle start/restart/stop events. Improved build scripts a little, to not depend on external environment variables. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907352 13f79535-47bb-0310-9956-ffa450edef68
* Only search for bundles with SCA-Version: 1.1 header for Tuscany 2.x ↵rfeng2010-02-065-62/+35
| | | | | | extension points and extensions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907138 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation errorrfeng2010-02-061-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907137 13f79535-47bb-0310-9956-ffa450edef68
* Update Tuscany version to 1.6rfeng2010-02-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907118 13f79535-47bb-0310-9956-ffa450edef68
* Add constants for some of the intents defined by SCA policy spec. slaws2010-02-051-0/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906900 13f79535-47bb-0310-9956-ffa450edef68
* Message moved to endpoint-validation-messages.propertiesslaws2010-02-051-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906854 13f79535-47bb-0310-9956-ffa450edef68
* Add in ws itests to build. Don't anything useful yet but might as well get ↵slaws2010-02-051-0/+1
| | | | | | them going. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906849 13f79535-47bb-0310-9956-ffa450edef68
* Add a serialVersionUIDantelder2010-02-051-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906848 13f79535-47bb-0310-9956-ffa450edef68
* Remove travel sample code needed only for 1.5.1 and update README for 1.6nash2010-02-057-190/+120
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906830 13f79535-47bb-0310-9956-ffa450edef68