summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-15Update for the new ContributionListener, to support adding composites to a ↵antelder2-19/+141
contribution, and so that any errors during peeking into a contribution are ignored git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103533 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update to support the new registry ContributionListener functionantelder1-2/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103531 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update for the new updateInstalledContribution methodantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103529 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update for the new addComposite methodantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103528 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Add a method to add a Composite to a Contributionantelder2-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103527 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update for the new updateInstalledContribution methodantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103525 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update EndpointRegistryImpl to use the new ContributionListener and the ↵antelder1-0/+12
updateInstalledContribution method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103524 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Add a EndpointRegistry method to update contributions and a ↵antelder3-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
2011-05-15Update for the spi intefrcae changes, clean up some of the redundant code, ↵antelder1-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
2011-05-15Update to match the Contribution and InstalledContribution interface changesantelder1-12/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103283 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Rename init to build and remove the getCompositeURI method as thats now done ↵antelder1-26/+3
correctlky by the Tuscany runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103282 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update the detailed installed contribution command to show more information ↵antelder1-5/+20
about the contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103281 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update InstalledContribution to derive a default uri when no uri is specifyantelder1-6/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103280 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update for COntribution interfcae changeantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103279 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Add a method to Contribution to merge in ContributionMetadataantelder2-0/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103278 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14Update for the Contribution and ServiceHelper chnages and to add a few more ↵antelder2-46/+52
methods from the old NodeImpl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102971 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14Move all the code for making service proxys to a seperate helper class. ↵antelder1-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
2011-05-14Update for new method on the Contribution interfaceantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102969 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14Add a method to Contribution to get an artifacts Model objectantelder2-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102968 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14Format the code fragment to make it a little more readableantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102966 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13Move the setting of the local endpoints to before the other stores to fix ↵antelder1-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
2011-05-13Add test contribution jars missed on previous commitantelder2-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102764 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13Add code for handling import/export better, imports now work when the ↵antelder2-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
2011-05-13Add tests for Node2antelder1-0/+157
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102716 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13Add a temporary create for the node2antelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102715 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13A refactor of NodeImpl to simplify and remove the use of ↵antelder1-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
2011-05-13Update the installed contribution to keep track of java and namespace exportsantelder1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102713 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13Add code to find the contribution attributes when installing a contributionantelder1-0/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102609 13f79535-47bb-0310-9956-ffa450edef68
2011-05-12Remove the allNodes static as its not used by anythingantelder1-9/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102283 13f79535-47bb-0310-9956-ffa450edef68
2011-05-12Refactor away the use of the InstalledContribution classantelder1-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102282 13f79535-47bb-0310-9956-ffa450edef68
2011-05-12Add TODO comment reminderantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102272 13f79535-47bb-0310-9956-ffa450edef68
2011-05-12Remove unused importantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102254 13f79535-47bb-0310-9956-ffa450edef68
2011-05-12Update the registry to use a single class for all the installed contribution ↵antelder9-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
2011-05-11Allows the lookup of services by interface (service name == null) from a noderfeng3-11/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102004 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11Update Shell installed and start commands to work with the latest ↵antelder1-39/+33
Node/registry changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101898 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11Change the Shell command 'installed' to by default just show the URIs of ↵antelder1-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
2011-05-11Update the registry to store info about a contributions deployables and ↵antelder7-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
2011-05-11Comment out the transaction processing for now as it looks like a hazelcast ↵antelder1-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
2011-05-10Start adding info about installed contributions to the registry so that ↵antelder9-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
2011-05-10Update testcase to also test the AsString methodantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101421 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Correctly close the xml writer to flush the streamantelder1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101420 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Finish the hazelcast registry composite serialization to share the ↵antelder2-4/+53
composites amoungst nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101408 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Update the registry to support getting the QName and Composite, and use that ↵antelder6-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
2011-05-10Make the test interface remotableantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101335 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Add a testcase for teh domain compositeantelder1-0/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101256 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Correct name typo and set attributes on the domain compositeantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101248 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Fix for TUSCANY-3857. Also addressed a problem writing wrapper elements ↵scottkurz4-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
2011-05-09Update hazelcast registry to store and use the wsdl interface contract for ↵antelder2-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
2011-05-09Tweak null boundary condition handling for DOM databinding transform path.scottkurz1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101170 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Remove default command line memory settingsantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101129 13f79535-47bb-0310-9956-ffa450edef68