summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/domain-hazelcast/src/main/java/org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a contributionInstalled() operation to the listener interface. Completes ↵slaws2011-12-011-0/+3
| | | | | | the set. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209150 13f79535-47bb-0310-9956-ffa450edef68
* Allow the binding.sca URI to be configured with the base URI as with all ↵slaws2011-08-251-1/+1
| | | | | | other bindings. The default binding now delegates to other remote bindings which require access to the properly based URI. I've had to make a change to the hazelcast binding that was assuming that the binding URI was the same as the EPR URI which is not the case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1161525 13f79535-47bb-0310-9956-ffa450edef68
* Remove the storing of wsdl in the registry as it snot used by anythiny ↵antelder2011-06-252-62/+1
| | | | | | presently now that the client has been changed to get the contribution jars itself git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1139503 13f79535-47bb-0310-9956-ffa450edef68
* Update the name and uri variable names in the hazelcast regsitry to make it ↵antelder2011-06-132-7/+7
| | | | | | a bit clearer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135296 13f79535-47bb-0310-9956-ffa450edef68
* Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder2011-06-071-3/+3
| | | | | | different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-062-4/+29
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132615 13f79535-47bb-0310-9956-ffa450edef68
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-251-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
* Give the client access to the endpoint service wsdlantelder2011-05-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126348 13f79535-47bb-0310-9956-ffa450edef68
* Set the composites contribution URI when its readantelder2011-05-231-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126331 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug in getting runningCompositeOwnersantelder2011-05-201-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125258 13f79535-47bb-0310-9956-ffa450edef68
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124724 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-191-0/+19
| | | | | | commands to start and stop composites on remote nodes. Initial code so a little prototypy but it does work so committing it now for review git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124705 13f79535-47bb-0310-9956-ffa450edef68
* Guard against NPEantelder2011-05-191-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124611 13f79535-47bb-0310-9956-ffa450edef68
* Update to add APIs to get at which composites are running whereantelder2011-05-191-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain membersantelder2011-05-191-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
* Fix Hazelcast reg to properly remove entries when things are removed and ↵antelder2011-05-181-1/+11
| | | | | | update tests so properly shutdown the runtime after each test git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124209 13f79535-47bb-0310-9956-ffa450edef68
* Use transaction again as it works with Strings instead of QNamesantelder2011-05-181-18/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124147 13f79535-47bb-0310-9956-ffa450edef68
* Updates to match the DomainRegistry changes to rename ↵antelder2011-05-181-39/+40
| | | | | | addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124143 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in package nameantelder2011-05-162-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103645 13f79535-47bb-0310-9956-ffa450edef68
* Rename hazelcast registry packages to match the new DomainRegistry namingantelder2011-05-166-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103632 13f79535-47bb-0310-9956-ffa450edef68
* Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder2011-05-165-23/+23
| | | | | | lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
* Update to support the new registry ContributionListener functionantelder2011-05-151-2/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103531 13f79535-47bb-0310-9956-ffa450edef68
* Move the setting of the local endpoints to before the other stores to fix ↵antelder2011-05-131-1/+1
| | | | | | the case where the entryAdded is being driven first on anothe rthread which causes the isLocal test to give the wrong answer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102780 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to use a single class for all the installed contribution ↵antelder2011-05-121-40/+64
| | | | | | attributes, and to correct the storing of running composites to be qualified by the contribution uri. As per a previous commit comment this is still work in progress so a little rough, but its getting closer now to show the type of thing thats needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102252 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to store info about a contributions deployables and ↵antelder2011-05-111-1/+14
| | | | | | exports so that distrubuted nodes are able to see what is available without having to actually go get and install a remote contribution. This is work in progress, an alternative is to just put the Contribution model object itself in the registry and have the registry impl hide the details, but this approach is easier for now as we see how things can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101793 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the transaction processing for now as it looks like a hazelcast ↵antelder2011-05-111-8/+17
| | | | | | bug causes that to loses the values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101784 13f79535-47bb-0310-9956-ffa450edef68
* Start adding info about installed contributions to the registry so that ↵antelder2011-05-101-5/+21
| | | | | | distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
* Finish the hazelcast registry composite serialization to share the ↵antelder2011-05-101-2/+42
| | | | | | composites amoungst nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101408 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to support getting the QName and Composite, and use that ↵antelder2011-05-101-11/+49
| | | | | | in teh hazelcast registry to manage the running composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101369 13f79535-47bb-0310-9956-ffa450edef68
* Update hazelcast registry to store and use the wsdl interface contract for ↵antelder2011-05-091-3/+61
| | | | | | endpoints in the domain so that remote endpoints include the interface information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101207 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-091-0/+26
| | | | | | composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the approach to trying to find a local runtime instance, the ↵antelder2011-05-091-31/+22
| | | | | | previous code didn't work with some network configs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100932 13f79535-47bb-0310-9956-ffa450edef68
* This bug has been fixed in hazelcast nowantelder2011-04-131-9/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091801 13f79535-47bb-0310-9956-ffa450edef68
* Change to use the wsdl interface from the runtime getGeneratedWSDLContract ↵antelder2011-04-131-16/+4
| | | | | | instead of creating its own wsdl document git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091792 13f79535-47bb-0310-9956-ffa450edef68
* Set the client connection attempts to 1 so that clients only make a single ↵antelder2011-03-311-1/+5
| | | | | | attempt to connect to the domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087257 13f79535-47bb-0310-9956-ffa450edef68
* Set the logging level for hazelcast classes to WARNING when the Tuscany ↵antelder2011-03-302-1/+30
| | | | | | level is the default (INFO) level. Thats because hazelcast creates lots of info log messages especially when using the client which we don't really need or want to see. When necessary those hazelcast messages can still be got by setting the tuscany or individual hazxelcast classes to log level to FINE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087053 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the correct domain name when the domain URI is not defaulting ↵antelder2011-03-301-5/+9
| | | | | | to the default name of 'default' git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086903 13f79535-47bb-0310-9956-ffa450edef68
* Partially fix TUSCANY-3675 to get some distributed domain functions working ↵antelder2011-01-203-4/+44
| | | | | | again git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061571 13f79535-47bb-0310-9956-ffa450edef68
* Update to use as the default the network interface set as default on the ↵antelder2011-01-201-44/+2
| | | | | | machine, which users can change as necessary git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061488 13f79535-47bb-0310-9956-ffa450edef68
* Update to use local version of Endpoint if a local Endpoint existsantelder2011-01-141-13/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058877 13f79535-47bb-0310-9956-ffa450edef68
* Add comment to remind me about domainRegistryURI propertiesslaws2010-12-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052495 13f79535-47bb-0310-9956-ffa450edef68
* Merge the hazelcast modules into a single moduleantelder2010-10-2512-0/+1255
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026973 13f79535-47bb-0310-9956-ffa450edef68