summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a testcase to the two-nodes test that uses the SCAClient APIantelder2009-06-082-0/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782589 13f79535-47bb-0310-9956-ffa450edef68
* Update the SCAClient impl to work with multiple nodes in a domainantelder2009-06-083-13/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782588 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent and fix java home echo so that it prints ↵slaws2009-06-082-2/+3
| | | | | | something out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782585 13f79535-47bb-0310-9956-ffa450edef68
* Make itest module names consistent slaws2009-06-087-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782584 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - include itest/nodes in the build to demonstrate local ↵slaws2009-06-081-0/+2
| | | | | | endpoint registry in operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782580 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - include one node test in the itest/node buildslaws2009-06-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782576 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - Enable the local endpoint registry implementation in the ↵slaws2009-06-0814-188/+343
| | | | | | endpoint module. This delays endpoint reference resolution until chains are first created.Callback processing needs a thorough review as part of the next change to make EndpointReference2 serializable. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782569 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - Add a pluggable local endpoint registry implementation. This ↵slaws2009-06-084-0/+126
| | | | | | replaces the implementation that is in assembly but I've left that there for the time being as I don't know if anyone is using it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782568 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - Add toString (and remove some commented out code) to aid ↵slaws2009-06-081-11/+28
| | | | | | debugging. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782567 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - Add the name of the component/service/binding that the ↵slaws2009-06-082-10/+96
| | | | | | endpoint represents. This will be used in the local registry lookup and, in particular, when proxy endpoints are created during endpoint reference creation. Also add a toString to make debugging easier. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782566 13f79535-47bb-0310-9956-ffa450edef68
* Delete the target folder inadvertently committed in r782563antelder2009-06-081-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782564 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for a single node using multiple contributions. This is just ↵antelder2009-06-083-0/+118
| | | | | | lik ethe tow nodes test but just using one node instead of two. Doesn't work yet till the new endpoint changes go in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782563 13f79535-47bb-0310-9956-ffa450edef68
* bringing over import export itests to trunk to help me investigate current ↵kelvingoodson2009-06-0443-0/+2175
| | | | | | apparent failures in otest import/export git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781699 13f79535-47bb-0310-9956-ffa450edef68
* Remove cache of RMI proxy because otherwise if the RMI service has been ↵rfeng2009-06-031-23/+23
| | | | | | restarted or rebound, the proxy becomes staled and it fails with NoSuchObjectException. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781243 13f79535-47bb-0310-9956-ffa450edef68
* Commit initial strawman prototype of the EndpointRegistry being discussed on ↵antelder2009-06-022-0/+125
| | | | | | the ML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780938 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3069, using ModelResolver instead of TCCL to resolve ↵rfeng2009-06-013-141/+180
| | | | | | location and java classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780885 13f79535-47bb-0310-9956-ffa450edef68
* Correct the NodeFactoryImpl use of the message properties fileantelder2009-06-012-1/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780641 13f79535-47bb-0310-9956-ffa450edef68
* Add log message for ignored webappsantelder2009-05-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780002 13f79535-47bb-0310-9956-ffa450edef68
* Fix for unguarded access to compositeActivator.getDomainComposite() in ↵edwardsmj2009-05-291-11/+13
| | | | | | stop() method of NodeImpl which causes NPE in situations where start() completes with ContributionReadException (and similar error exceptions) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779992 13f79535-47bb-0310-9956-ffa450edef68
* Disable the pesky validation that slows it down so muchantelder2009-05-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779986 13f79535-47bb-0310-9956-ffa450edef68
* Start adding some testing modules for the tomcat integrationantelder2009-05-2911-0/+366
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779980 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for non-webapp contributions. The idea being to enable ↵antelder2009-05-293-2/+92
| | | | | | using regular SCA contribution jas/zips/folders as well as webapps and have them all in the same sca domain and wiring between each other. None of the domain works yet as we need to make more progress on the dynamic doamin discussion. Eventually the non-webapp contributions would use the tomcat host config facilities so support hot deployment, and there'd be some domain management panels in the tuscany webapp to view and modify the domain. Could potentially have multiple domains within a tomcat instance though lets leave that for now as it adds some complications. Would also be good to get the SCAClient API able to talk to the tomcat domain so JSE clients can call sca services in tomcat git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779906 13f79535-47bb-0310-9956-ffa450edef68
* Just formating and comment updates, no code changes. Note the ↵antelder2009-05-291-6/+5
| | | | | | tuscanyClassLoader comment was incorrect before, there's a TuscanyStandardContext instance for each webapp so the tuscanyClassLoader is per webapp too git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779872 13f79535-47bb-0310-9956-ffa450edef68
* Go back to eplicit dependencies as the features are dragging extra stuff ↵antelder2009-05-291-14/+2
| | | | | | that doesnt work with the tomcat integration yet and is cauasing failures git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779869 13f79535-47bb-0310-9956-ffa450edef68
* Make the versions consistentrfeng2009-05-293-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779845 13f79535-47bb-0310-9956-ffa450edef68
* Make sure META-INF/MANIFEST.MF is copied into target/classesrfeng2009-05-291-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779844 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsrfeng2009-05-291-35/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779843 13f79535-47bb-0310-9956-ffa450edef68
* Should check source instead of target MF filerfeng2009-05-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779810 13f79535-47bb-0310-9956-ffa450edef68
* Add a checkbox on the jsp to configure if Tuscany is shared or isolated by ↵rfeng2009-05-285-68/+121
| | | | | | the webapps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779778 13f79535-47bb-0310-9956-ffa450edef68
* Tolerate the non-existence of META-INF/MANIFEST.MFrfeng2009-05-281-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779663 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary reference to Impl class RuntimeComponentServiceImpledwardsmj2009-05-281-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779599 13f79535-47bb-0310-9956-ffa450edef68
* Start of a way to get at the endpoints in a Nodeantelder2009-05-282-0/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779462 13f79535-47bb-0310-9956-ffa450edef68
* Expose the setting of schema validation to subclassesrfeng2009-05-282-9/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779378 13f79535-47bb-0310-9956-ffa450edef68
* Add web services to tomcat distrorfeng2009-05-281-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779377 13f79535-47bb-0310-9956-ffa450edef68
* Add check to test the webapp has already been configured with Tuscany ↵rfeng2009-05-271-20/+63
| | | | | | listner/filter/jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779348 13f79535-47bb-0310-9956-ffa450edef68
* Add node-impl, node-api as the depsrfeng2009-05-271-7/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779310 13f79535-47bb-0310-9956-ffa450edef68
* Override the MANIFEST.MF for woden-impl-dom-1.0M8rfeng2009-05-272-0/+238
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779301 13f79535-47bb-0310-9956-ffa450edef68
* Add ASL headersrfeng2009-05-273-8/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779288 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the coderfeng2009-05-274-76/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779276 13f79535-47bb-0310-9956-ffa450edef68
* Update deprfeng2009-05-271-2/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779272 13f79535-47bb-0310-9956-ffa450edef68
* Add servlet-api deprfeng2009-05-271-3/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779271 13f79535-47bb-0310-9956-ffa450edef68
* Update dependencies and fix the MFrfeng2009-05-272-4/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779270 13f79535-47bb-0310-9956-ffa450edef68
* Update the MFrfeng2009-05-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779258 13f79535-47bb-0310-9956-ffa450edef68
* Update the MFrfeng2009-05-271-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779257 13f79535-47bb-0310-9956-ffa450edef68
* Start of an itest for using multiple nodes in a domain. So far this has two ↵antelder2009-05-2713-0/+487
| | | | | | nodes each with a component, one with a reference to the service in the other node, and a test that starts the nodes and invokes the client component. Doesn't work as there isn't yet any mechanisim for the nodes to know about each others services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779154 13f79535-47bb-0310-9956-ffa450edef68
* First steps towards implementing new method for calculating Endpoints and ↵edwardsmj2009-05-279-171/+815
| | | | | | EndpointReferences - not running in mainstream yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779089 13f79535-47bb-0310-9956-ffa450edef68
* Added new method for testing Equality of two interfaces, as described in ↵edwardsmj2009-05-272-3/+84
| | | | | | TUSCANY-3064 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779075 13f79535-47bb-0310-9956-ffa450edef68
* Add type info to remove ide warningantelder2009-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779067 13f79535-47bb-0310-9956-ffa450edef68
* Improve reporting information using a toString() method in ↵edwardsmj2009-05-271-0/+7
| | | | | | WebServicesBindingImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779065 13f79535-47bb-0310-9956-ffa450edef68
* Move workspace-impl to contrib as its not used by 2.x trunk code nowantelder2009-05-279-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779059 13f79535-47bb-0310-9956-ffa450edef68