summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a EndpointRegistry method to update contributions and a ↵antelder2011-05-153-0/+42
| | | | | | ContributionListener so that clients can register for contributionUpdated and contributionRemoved events git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103521 13f79535-47bb-0310-9956-ffa450edef68
* Update for the spi intefrcae changes, clean up some of the redundant code, ↵antelder2011-05-151-50/+38
| | | | | | and add in some of the other old Node methods git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103284 13f79535-47bb-0310-9956-ffa450edef68
* Update to match the Contribution and InstalledContribution interface changesantelder2011-05-151-12/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103283 13f79535-47bb-0310-9956-ffa450edef68
* Rename init to build and remove the getCompositeURI method as thats now done ↵antelder2011-05-151-26/+3
| | | | | | correctlky by the Tuscany runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103282 13f79535-47bb-0310-9956-ffa450edef68
* Update the detailed installed contribution command to show more information ↵antelder2011-05-151-5/+20
| | | | | | about the contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103281 13f79535-47bb-0310-9956-ffa450edef68
* Update InstalledContribution to derive a default uri when no uri is specifyantelder2011-05-151-6/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103280 13f79535-47bb-0310-9956-ffa450edef68
* Update for COntribution interfcae changeantelder2011-05-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103279 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to Contribution to merge in ContributionMetadataantelder2011-05-152-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103278 13f79535-47bb-0310-9956-ffa450edef68
* Update for the Contribution and ServiceHelper chnages and to add a few more ↵antelder2011-05-142-46/+52
| | | | | | methods from the old NodeImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102971 13f79535-47bb-0310-9956-ffa450edef68
* Move all the code for making service proxys to a seperate helper class. ↵antelder2011-05-141-0/+182
| | | | | | Seems like a lot of this should be provided by the Tuscany SPI somewhere but need to work out the best places git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102970 13f79535-47bb-0310-9956-ffa450edef68
* Update for new method on the Contribution interfaceantelder2011-05-141-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102969 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to Contribution to get an artifacts Model objectantelder2011-05-142-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102968 13f79535-47bb-0310-9956-ffa450edef68
* Format the code fragment to make it a little more readableantelder2011-05-141-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102966 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
* Add test contribution jars missed on previous commitantelder2011-05-132-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102764 13f79535-47bb-0310-9956-ffa450edef68
* Add code for handling import/export better, imports now work when the ↵antelder2011-05-132-25/+64
| | | | | | exporting contribution is installed on a distributed remote node, woohoo. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102763 13f79535-47bb-0310-9956-ffa450edef68
* Add tests for Node2antelder2011-05-131-0/+157
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102716 13f79535-47bb-0310-9956-ffa450edef68
* Add a temporary create for the node2antelder2011-05-131-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102715 13f79535-47bb-0310-9956-ffa450edef68
* A refactor of NodeImpl to simplify and remove the use of ↵antelder2011-05-131-0/+292
| | | | | | InstalledContribution. This is in a seperate class name NodeImpl2 for now as its getting a bit tanlged so this is stripped down to the bare minimum for now just to get it going again git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102714 13f79535-47bb-0310-9956-ffa450edef68
* Update the installed contribution to keep track of java and namespace exportsantelder2011-05-131-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102713 13f79535-47bb-0310-9956-ffa450edef68
* Add code to find the contribution attributes when installing a contributionantelder2011-05-131-0/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102609 13f79535-47bb-0310-9956-ffa450edef68
* Remove the allNodes static as its not used by anythingantelder2011-05-121-9/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102283 13f79535-47bb-0310-9956-ffa450edef68
* Refactor away the use of the InstalledContribution classantelder2011-05-121-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102282 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO comment reminderantelder2011-05-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102272 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importantelder2011-05-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102254 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to use a single class for all the installed contribution ↵antelder2011-05-129-133/+233
| | | | | | 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
* Allows the lookup of services by interface (service name == null) from a noderfeng2011-05-113-11/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102004 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell installed and start commands to work with the latest ↵antelder2011-05-111-39/+33
| | | | | | Node/registry changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101898 13f79535-47bb-0310-9956-ffa450edef68
* Change the Shell command 'installed' to by default just show the URIs of ↵antelder2011-05-111-8/+14
| | | | | | installed contributions. The plan being to then add 'installed <curi>' which will show detail about an installed contribution including its uri, url, dependent cintrubutions, deployables, exports, etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101821 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to store info about a contributions deployables and ↵antelder2011-05-117-13/+69
| | | | | | 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-109-36/+120
| | | | | | distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to also test the AsString methodantelder2011-05-101-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101421 13f79535-47bb-0310-9956-ffa450edef68
* Correctly close the xml writer to flush the streamantelder2011-05-101-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101420 13f79535-47bb-0310-9956-ffa450edef68
* Finish the hazelcast registry composite serialization to share the ↵antelder2011-05-102-4/+53
| | | | | | 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-106-18/+77
| | | | | | 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
* Add a testcase for teh domain compositeantelder2011-05-091-0/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101256 13f79535-47bb-0310-9956-ffa450edef68
* Correct name typo and set attributes on the domain compositeantelder2011-05-091-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101248 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3857. Also addressed a problem writing wrapper elements ↵scottkurz2011-05-094-60/+220
| | | | | | with child elements with minOccurs="0" which not get written into the wrapper payload. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101239 13f79535-47bb-0310-9956-ffa450edef68
* Update hazelcast registry to store and use the wsdl interface contract for ↵antelder2011-05-092-3/+115
| | | | | | 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
* Tweak null boundary condition handling for DOM databinding transform path.scottkurz2011-05-091-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101170 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest wink and jacksonrfeng2011-05-094-10/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101105 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-098-12/+138
| | | | | | 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
* Update to use the factory to create the endpoint registryantelder2011-05-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100477 13f79535-47bb-0310-9956-ffa450edef68
* Remove old TODO commentantelder2011-05-071-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100475 13f79535-47bb-0310-9956-ffa450edef68
* Update to support setting the domain uri in the runComposite methodantelder2011-05-072-13/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100473 13f79535-47bb-0310-9956-ffa450edef68
* In clone(), do a deep copy of wrapped logical DataType for java:array, etc. ↵scottkurz2011-05-021-0/+14
| | | | | | cases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098763 13f79535-47bb-0310-9956-ffa450edef68
* Revert the wink version changerfeng2011-04-294-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097914 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.8.0 and wink 1.1.3-incubatingrfeng2011-04-284-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097619 13f79535-47bb-0310-9956-ffa450edef68