summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/endpoint-hazelcast (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-26Avoid NPE when no network is foundantelder1-2/+5
2010-04-25Update hazelcast registry to use runtime propertiesantelder3-57/+258
2010-04-20Use string values to avoid OSGi access violationrfeng1-3/+6
2010-04-19Comment out transaction code in Hazelcast registry while the Hazelcast issue ...antelder1-9/+11
2010-04-19Decrease the Hazelcast wait before join time as it makes it appeaer fasterantelder1-0/+4
2010-04-19Disable the Hazelcast shutdown hook as it causes race conditions with Tuscany...antelder1-0/+4
2010-04-09Synchronize shutdown to avoid exceptions when things happen concurentlyantelder1-26/+36
2010-04-08Update to Hazelcast 1.8.3antelder1-1/+1
2010-03-31Use concurrent hash map to avoid threading issuerfeng1-1/+2
2010-03-21Update Hazelcast registry to check for duplicate endpointsantelder2-0/+33
2010-03-20Fix Hazelcast client to correckt initilize Hazelcast registry endpointOwners ...antelder1-2/+2
2010-03-18Add a method to get the Hazelcast member owning an endpointantelder1-0/+21
2010-03-16Add a getter for the Hazelcast instanceantelder1-0/+4
2010-03-16Set remote when its remoteantelder1-1/+2
2010-03-09Update Hazelcast endpoint registry to remove endpoints from a runtime that no...antelder2-93/+95
2010-03-08Update to Hazelcast 1.8.1antelder3-3/+3
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng1-4/+1
2010-02-23TUSCANY-3473 - where a local call (local interface) is used within a contribu...slaws1-5/+12
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng1-3/+3
2010-02-04Set default map config to use near cache to improve local endpoint read perfo...antelder1-1/+5
2010-01-29Update tribes registry to also support the tuscany registry uri formatantelder3-276/+3
2010-01-29Refactor the DomainRegistryFactory to be extensions of DomainRegistryFactoryE...rfeng3-111/+57
2010-01-28Change the tuscanyClient scheme to pbe all lower case so it works with the to...antelder1-4/+4
2010-01-28Update to allow the client to share this as a subclassantelder2-3/+7
2010-01-20Start of making the Tuscany sca client impl work for both local or remote nod...antelder1-18/+17
2010-01-19Expose system definitions from the deployerrfeng2-51/+265
2010-01-08Change the Hazelcast registry to support both distributed an in-VM only opera...antelder2-6/+16
2010-01-06Refine MFrfeng1-2/+2
2010-01-06Updates to the Hazelcast regsitry manifestantelder1-16/+7
2010-01-05More changes to get the Hazelcast endpoint registry workingantelder7-578/+560
2010-01-05Start a endpoint registry based on Hazelcast. Hazelcast seems to do just abou...antelder6-0/+826