summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start a new module looking at integration with Webbeans and JSR330antelder2010-01-0613-0/+852
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896472 13f79535-47bb-0310-9956-ffa450edef68
* Change to use the Hazelcast registryantelder2010-01-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896468 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany uri prefixantelder2010-01-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896465 13f79535-47bb-0310-9956-ffa450edef68
* Add another explicit plugin versionantelder2010-01-061-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896464 13f79535-47bb-0310-9956-ffa450edef68
* More changes to get the Hazelcast endpoint registry workingantelder2010-01-057-578/+560
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896269 13f79535-47bb-0310-9956-ffa450edef68
* Add getEndpointReferencesrfeng2010-01-052-5/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896261 13f79535-47bb-0310-9956-ffa450edef68
* Add some explicit plugin versions and activate the maven enforcer plugin to ↵antelder2010-01-051-1/+62
| | | | | | verify only explicit released plugin versions are being used in the build to try to ensure the build runs consistently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896167 13f79535-47bb-0310-9956-ffa450edef68
* Add explicit plugin versionsantelder2010-01-051-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896166 13f79535-47bb-0310-9956-ffa450edef68
* Add explicit plugin versionantelder2010-01-051-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896165 13f79535-47bb-0310-9956-ffa450edef68
* Start a endpoint registry based on Hazelcast. Hazelcast seems to do just ↵antelder2010-01-056-0/+826
| | | | | | about everything we need and seems quite easy to use compared to other options. It supports multicast and explicit ip addresses, with ip addresses you only need to specifiy the address of one node and then all other nodes get notified about the new node. Hazelcast has various encryption options to secure the domain, and it has a way to have endpoints removed when a node disapears (though that requires a bit of code on our part to get to work). One limitation is currently it doesnt support multiple nodes using multicast, but they've said they can fix that. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896038 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsslaws2010-01-041-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895663 13f79535-47bb-0310-9956-ffa450edef68
* Test against null target endpointslaws2010-01-041-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895661 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependency on common.xml.staxslaws2010-01-041-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895658 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the new(ish) ASF snapshot repo. (works ok for me and i'll kick ↵antelder2009-12-261-3/+3
| | | | | | off a hudson build with wiped out local repo but say if you see any snpshot oddities) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893962 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3401: Apply patch from wangfeng to fix SCA API constantsantelder2009-12-222-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893206 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3397 - Adding support for identifying the sca spec version used for ↵lresende2009-12-185-16/+52
| | | | | | contribution metadata being read git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892324 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3396 - Removing warning when sca annotations available in private fieldslresende2009-12-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@891988 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3395 - Tyding up the ContributionScanner API to scan the ↵lresende2009-12-176-132/+213
| | | | | | contribution and produce a list of Artifacts with proper URI and Location URL instead of doing this in two steps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@891986 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the experiement code to fix compilation errorsrfeng2009-12-131-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@890097 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:ignore and compliation errorrfeng2009-12-111-11/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889830 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating zipped contribution in contribution-zip itest to ↵lresende2009-12-111-0/+0
| | | | | | the latests OASIS namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889770 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3392 first set of code changes to move the endpoint matching into ↵slaws2009-12-115-20/+389
| | | | | | one place. Not correct or activated yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889737 13f79535-47bb-0310-9956-ffa450edef68
* Correct spelling mistake and increase repeat count.slaws2009-12-113-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889734 13f79535-47bb-0310-9956-ffa450edef68
* comment out the new tests.slaws2009-12-111-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889549 13f79535-47bb-0310-9956-ffa450edef68
* Start of a three node test to stress the operation of a distributed ↵slaws2009-12-1125-11/+900
| | | | | | registry. Not in build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889548 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3391 - Disabling failing testslresende2009-12-114-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889533 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-11458-645/+645
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the WS-Policy read/saverfeng2009-12-113-85/+90
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889485 13f79535-47bb-0310-9956-ffa450edef68
* don't run tests with ant when maven.test.skip is setslaws2009-12-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889262 13f79535-47bb-0310-9956-ffa450edef68
* remove test case as not required any more. Test is kicked off using ant plugin.slaws2009-12-101-61/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889243 13f79535-47bb-0310-9956-ffa450edef68
* Be explicit about rmi version of sca bindingslaws2009-12-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889241 13f79535-47bb-0310-9956-ffa450edef68
* Turn find repeat count into constantslaws2009-12-101-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889218 13f79535-47bb-0310-9956-ffa450edef68
* Set up the test to fail the maven build on errors. I'm now seeing some RMI ↵slaws2009-12-107-33/+57
| | | | | | problems with this test. Not sure if it's related to how it's now running. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889216 13f79535-47bb-0310-9956-ffa450edef68
* Add exceptions back into test case so that runtime errors are reported back ↵slaws2009-12-103-9/+10
| | | | | | to the outside world. Change the two nodes test case back to how it was to take account of it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889211 13f79535-47bb-0310-9956-ffa450edef68
* fix conformance number in error msgkelvingoodson2009-12-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889176 13f79535-47bb-0310-9956-ffa450edef68
* Add a Java SE client that uses the SCAClient API to talk to the Helloworld ↵antelder2009-12-104-1/+138
| | | | | | service thats running on a Node somewhere else, connecting with tribes. (does work but not yet terribly well) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889162 13f79535-47bb-0310-9956-ffa450edef68
* Remove 1.x pom.xml definitionsantelder2009-12-101-24/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889155 13f79535-47bb-0310-9956-ffa450edef68
* Move the comments back to the middle of the samples xml to try to keep them ↵antelder2009-12-101-10/+10
| | | | | | in your face not scrolling off the top of the page git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889128 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2009-12-101-23/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889109 13f79535-47bb-0310-9956-ffa450edef68
* Adding store samples to buildlresende2009-12-101-12/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889108 13f79535-47bb-0310-9956-ffa450edef68
* Updates to store js to follow dojo style of identifying callBackslresende2009-12-101-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889107 13f79535-47bb-0310-9956-ffa450edef68
* Finishing up support for implementation widget by tyding up js generators to ↵lresende2009-12-106-4/+65
| | | | | | properly support dojo by default git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889106 13f79535-47bb-0310-9956-ffa450edef68
* Set the static member port to be the same as the receiver port, see ↵rfeng2009-12-101-6/+11
| | | | | | http://www.mail-archive.com/users@tomcat.apache.org/msg24873.html git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889045 13f79535-47bb-0310-9956-ffa450edef68
* Update to use teh ASF archive location as the infra issue is now fixedantelder2009-12-091-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888791 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused imports to prevent compilation errorslaws2009-12-091-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888790 13f79535-47bb-0310-9956-ffa450edef68
* Finish rename tidy upantelder2009-12-093-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888781 13f79535-47bb-0310-9956-ffa450edef68
* Remove old helloworld-scaclient-webappantelder2009-12-095-175/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888779 13f79535-47bb-0310-9956-ffa450edef68
* rename scaclient to scaclient-jsp to make it more obvious what it isantelder2009-12-095-0/+175
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888778 13f79535-47bb-0310-9956-ffa450edef68
* Remove old helloworld-scaclient2-webappantelder2009-12-096-266/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888776 13f79535-47bb-0310-9956-ffa450edef68
* rename scaclient2 to scaclient-servlet to make it more obvious what it isantelder2009-12-096-0/+266
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888775 13f79535-47bb-0310-9956-ffa450edef68