summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use a CountDownLatch instead of a manual count of concurrent threads. Need ↵slaws2009-06-071-35/+12
| | | | | | 1.x change for TUSCANY-3076 for this to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782427 13f79535-47bb-0310-9956-ffa450edef68
* rename launcher for consistency with jumpstart launcher and simplify code to ↵slaws2009-06-071-52/+47
| | | | | | reduce line count. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782426 13f79535-47bb-0310-9956-ffa450edef68
* Adding generated android resource file, missing after refactoringlresende2009-06-061-0/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782319 13f79535-47bb-0310-9956-ffa450edef68
* -applying patch tuscany_2552_phillipe_ramalho_06_04_2009.patch from TUSCANY-2552adrianocrestani2009-06-0630-0/+2292
| | | | | | -adding domain-search to modules/pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782215 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3077. Allow the thread pool for conversation manager to be ↵rfeng2009-06-043-27/+45
| | | | | | shutdown git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781872 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3076. The DefaultWorkScheduler only has 10 threads in the ↵rfeng2009-06-043-30/+25
| | | | | | pool and it causes deadlock. With this fix, it's default to a cached pool which expand/thrink on demand. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781871 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
* Copy from my sandboxrfeng2009-06-037-0/+325
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781612 13f79535-47bb-0310-9956-ffa450edef68
* Copy creditcard-payment-webrfeng2009-06-035-0/+361
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781610 13f79535-47bb-0310-9956-ffa450edef68
* Copy creditcard-payment-dosgi-contribution from my sandboxrfeng2009-06-0312-0/+977
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781609 13f79535-47bb-0310-9956-ffa450edef68
* Change the rmi port #rfeng2009-06-037-12/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781608 13f79535-47bb-0310-9956-ffa450edef68
* Update to reflect the changes required to get the full travel sample running ↵slaws2009-06-031-0/+0
| | | | | | in a distributed domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781463 13f79535-47bb-0310-9956-ffa450edef68
* using open office nowslaws2009-06-031-130/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781421 13f79535-47bb-0310-9956-ffa450edef68
* Remove more cruftslaws2009-06-0372-5636/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781420 13f79535-47bb-0310-9956-ffa450edef68
* remove cruftslaws2009-06-038-353/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781374 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
* TUSCANY-3070 - Work round to treat the symptom of activators being ↵slaws2009-06-021-0/+7
| | | | | | discovered twice on the classpath in my environment. I can't work out why this is the case but this allows me to move forward. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781195 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3062 - another work round to get resolution doing something in the ↵slaws2009-06-021-0/+3
| | | | | | domain manager. Still needs work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781193 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3075 - don't write out the services and references generated to ↵slaws2009-06-021-85/+89
| | | | | | handle callbacks. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781191 13f79535-47bb-0310-9956-ffa450edef68
* Add the changes and configuration necessary to allow the full travel sample ↵slaws2009-06-0228-52/+655
| | | | | | to run under the control of the domain manager. The domain manager changes rely on some changes in order to run. Namely TUSCANY-3070/3075/3062. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781189 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781105 ↵dougsleite2009-06-021-0/+56
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781101 ↵dougsleite2009-06-0215-103/+468
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Adding new activity to display resultslresende2009-06-025-6/+124
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780958 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring to follow the same package naming used in other modules + ↵lresende2009-06-028-31/+25
| | | | | | renaming main activity to become search activity and introducing search results view git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780957 13f79535-47bb-0310-9956-ffa450edef68
* Initial integration of the Android UI with Search functionality of the SCA ↵lresende2009-06-025-18/+535
| | | | | | Tour sample application. We have a json-rpc search proxy that is going to be used to connecto to remote search service and then use native android support for json in order to parse results. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780956 13f79535-47bb-0310-9956-ffa450edef68
* JSONRpc client based on native android httpClient and used to create android ↵lresende2009-06-021-0/+63
| | | | | | json-rpc proxies to sca services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780955 13f79535-47bb-0310-9956-ffa450edef68
* Adding permission to allow android application access internet (needed to ↵lresende2009-06-021-0/+1
| | | | | | access remote services) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780952 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
* Update versions and dependencyrfeng2009-06-011-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780849 13f79535-47bb-0310-9956-ffa450edef68
* Added Maven eclipse project files to the SVN ignores listmcombellack2009-06-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780848 13f79535-47bb-0310-9956-ffa450edef68
* Add a spring version of the payment component which has no SCA annotations ↵slaws2009-06-0118-4/+844
| | | | | | and uses and internal composition with a local bean to represent the payment and email-gateway wiring. Doesn't quite work yet in the full app as the contribution processing is not picking up the spring context for some reason. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780847 13f79535-47bb-0310-9956-ffa450edef68
* Add maven plugin repo for java.net wsimport pluginrfeng2009-06-016-148/+241
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780840 13f79535-47bb-0310-9956-ffa450edef68
* Create a cart after checkoutrfeng2009-06-011-104/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780829 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the SCA Tours common contribution version as it should be 1.0-SNAPSHOT ↵mcombellack2009-06-011-1/+1
| | | | | | as it is part of the SCA Tours modules and not 1.5 as this is the Tuscany version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780821 13f79535-47bb-0310-9956-ffa450edef68
* Updated versions so that it refers to 1.5 rather than 1.5-SNAPSHOT. Set the ↵mcombellack2009-06-014-4/+8
| | | | | | artifact version to 1.0-SNAPSHOT git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780809 13f79535-47bb-0310-9956-ffa450edef68
* Use 1.12 jaxws wsimportrfeng2009-06-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780790 13f79535-47bb-0310-9956-ffa450edef68
* Update WSDLrfeng2009-06-012-15/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780789 13f79535-47bb-0310-9956-ffa450edef68
* Change the wsdl to use anonymous types to work around a JAXB schema ↵rfeng2009-06-012-26/+48
| | | | | | generation issue (adding nillable to root elements) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780785 13f79535-47bb-0310-9956-ffa450edef68
* Update versionsrfeng2009-06-0153-555/+564
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780783 13f79535-47bb-0310-9956-ffa450edef68