summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/endpoint-tribes/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add jira number to @Ignoreantelder2010-10-132-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022270 13f79535-47bb-0310-9956-ffa450edef68
* These tests fail for me more times than not so I'm talking them out of the ↵antelder2010-10-132-0/+4
| | | | | | build for now with @Ignore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022264 13f79535-47bb-0310-9956-ffa450edef68
* Use loopback for multicast testingrfeng2010-06-232-10/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957345 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-053-289/+289
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* Update tribes registry to use Endpoint.matchesantelder2010-03-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923616 13f79535-47bb-0310-9956-ffa450edef68
* Allow the customization of receiverAddressrfeng2010-03-101-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921584 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng2010-02-261-5/+1
| | | | | | status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Update tribes registry to also support the tuscany registry uri formatantelder2010-01-292-1/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904504 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-293-161/+68
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
* Start of making the Tuscany sca client impl work for both local or remote ↵antelder2010-01-201-38/+44
| | | | | | nodes and to be generic for any binding. Work in progress, only local invocations work presently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901270 13f79535-47bb-0310-9956-ffa450edef68
* Expose system definitions from the deployerrfeng2010-01-194-101/+200
| | | | | | | Add the removal of entries when the member leaves the group Add listeners to the hazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900661 13f79535-47bb-0310-9956-ffa450edef68
* Updated code so that it access static constants on RpcChannel in a static ↵mcombellack2010-01-171-2/+2
| | | | | | manner rather than on an instance of RpcChannel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900220 13f79535-47bb-0310-9956-ffa450edef68
* Correct spelling mistake and increase repeat count.slaws2009-12-111-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889734 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 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 MF and remove the need to ues impl classesrfeng2009-12-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@888542 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-082-1/+131
| | | | | | 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 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
* Moving 2.x trunklresende2009-11-206-0/+2323
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68