summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to the servlet host locating codeantelder2010-01-071-2/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896824 13f79535-47bb-0310-9956-ffa450edef68
* Refine MFrfeng2010-01-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896656 13f79535-47bb-0310-9956-ffa450edef68
* Updates to the Hazelcast regsitry manifestantelder2010-01-061-16/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896648 13f79535-47bb-0310-9956-ffa450edef68
* Add Hazelcast registry in to the buildantelder2010-01-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896645 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the tuscany domain uri prefixantelder2010-01-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896492 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the hazelcast registryantelder2010-01-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896483 13f79535-47bb-0310-9956-ffa450edef68
* 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
* 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
* 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
* 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
* 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-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
* 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-11250-419/+419
| | | | 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
* 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
* 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
* 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
* 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
* Fix the builder problems that cause otest regressionsrfeng2009-12-092-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888695 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MF and remove the need to ues impl classesrfeng2009-12-082-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888542 13f79535-47bb-0310-9956-ffa450edef68
* Use the defualt node key (domainURI+nodeURI)rfeng2009-12-084-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888534 13f79535-47bb-0310-9956-ffa450edef68
* Toying with idea of being more systematic with maven module namesslaws2009-12-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888443 13f79535-47bb-0310-9956-ffa450edef68
* Add code to repeat endpoint reference matching in the failure case only. ↵slaws2009-12-081-14/+35
| | | | | | Gives the distributed map a chance to settle down and means less arbitrary pauses in test cases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888442 13f79535-47bb-0310-9956-ffa450edef68
* Update so its 1 node talking to 2 others, which does work okantelder2009-12-081-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888389 13f79535-47bb-0310-9956-ffa450edef68
* Correct delimeterantelder2009-12-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888382 13f79535-47bb-0310-9956-ffa450edef68
* Add third registry to test and add @Ignore so test isnt run in the build yetantelder2009-12-081-2/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888380 13f79535-47bb-0310-9956-ffa450edef68
* Start a test for multiple registries and static routesantelder2009-12-081-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888378 13f79535-47bb-0310-9956-ffa450edef68
* Add a quick hack to enable disabling multicast. Will need to clean up all ↵antelder2009-12-083-1/+149
| | | | | | the registry configurations once its working more properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888376 13f79535-47bb-0310-9956-ffa450edef68
* Add a ranking so that the rmi version of binding.sca is picked up in ↵slaws2009-12-082-2/+2
| | | | | | preference to the ws version if both are present. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888349 13f79535-47bb-0310-9956-ffa450edef68
* Add a interceptor that can disable multicastantelder2009-12-081-0/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888297 13f79535-47bb-0310-9956-ffa450edef68
* Fix the service id type to Longrfeng2009-12-081-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888235 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest spec apisrfeng2009-12-083-486/+539
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888215 13f79535-47bb-0310-9956-ffa450edef68
* Fix MANIFEST.MFrfeng2009-12-083-5/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888213 13f79535-47bb-0310-9956-ffa450edef68
* Split method into two to aid with subclass implsantelder2009-12-071-8/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887869 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE if source contract is nullantelder2009-12-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887868 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE when sourec interface hasn't yet by introspectedantelder2009-12-061-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887662 13f79535-47bb-0310-9956-ffa450edef68
* Keep the remote flagrfeng2009-12-051-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887470 13f79535-47bb-0310-9956-ffa450edef68
* Add setting the domain uri from an init parameter to start getting the ↵antelder2009-12-041-0/+6
| | | | | | distributed domain working in webapps and the tomcat distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887188 13f79535-47bb-0310-9956-ffa450edef68