summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename addListener/removeListener to be ↵antelder2011-05-183-10/+10
| | | | | | 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@1124140 13f79535-47bb-0310-9956-ffa450edef68
* Fix the OSGi importrfeng2011-05-171-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104626 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the generics are generated into the Resource implementation class ↵rfeng2011-05-175-6/+60
| | | | | | so that Wink won't get confused git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104536 13f79535-47bb-0310-9956-ffa450edef68
* Add some more TODOsantelder2011-05-171-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104212 13f79535-47bb-0310-9956-ffa450edef68
* Update javadoc and add some TODOsantelder2011-05-172-88/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104204 13f79535-47bb-0310-9956-ffa450edef68
* Update to try the LSSerializer approach to pretty printingantelder2011-05-171-3/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104152 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest domain node changesantelder2011-05-171-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104147 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest domain node changesantelder2011-05-171-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104145 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest domain node changesantelder2011-05-171-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104143 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell for the latest domain node changesantelder2011-05-172-34/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104142 13f79535-47bb-0310-9956-ffa450edef68
* Merege the refactoring in nodeImpl2 back into NodeImplantelder2011-05-1712-937/+398
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104140 13f79535-47bb-0310-9956-ffa450edef68
* Don't include contributions with now running compositesantelder2011-05-171-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104136 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused methods on InstalledContribution and add a method to merge in ↵antelder2011-05-171-15/+40
| | | | | | contribution metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104134 13f79535-47bb-0310-9956-ffa450edef68
* Add a utility to get an XML string for a model objectantelder2011-05-171-0/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104051 13f79535-47bb-0310-9956-ffa450edef68
* Update shell to show contributions importsantelder2011-05-161-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103728 13f79535-47bb-0310-9956-ffa450edef68
* Update to populate the installed contributions importsantelder2011-05-161-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103664 13f79535-47bb-0310-9956-ffa450edef68
* Add info on imports to InstalledContributionantelder2011-05-161-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103660 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in package nameantelder2011-05-163-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103645 13f79535-47bb-0310-9956-ffa450edef68
* Simplify to use the loadDocument method on Deployerantelder2011-05-161-9/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103640 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to Deployer to load a model from XML and validate the Monitor ↵antelder2011-05-162-1/+20
| | | | | | results git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103639 13f79535-47bb-0310-9956-ffa450edef68
* Simplify methods for loading a composite by xmlantelder2011-05-161-12/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103636 13f79535-47bb-0310-9956-ffa450edef68
* Rename hazelcast registry packages to match the new DomainRegistry namingantelder2011-05-169-12/+13
| | | | 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-1640-297/+297
| | | | | | 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 for the new ContributionListener, to support adding composites to a ↵antelder2011-05-152-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
* 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
* Update for the new updateInstalledContribution methodantelder2011-05-151-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103529 13f79535-47bb-0310-9956-ffa450edef68
* Update for the new addComposite methodantelder2011-05-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103528 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to add a Composite to a Contributionantelder2011-05-152-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103527 13f79535-47bb-0310-9956-ffa450edef68
* Update for the new updateInstalledContribution methodantelder2011-05-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103525 13f79535-47bb-0310-9956-ffa450edef68
* Update EndpointRegistryImpl to use the new ContributionListener and the ↵antelder2011-05-151-0/+12
| | | | | | updateInstalledContribution method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103524 13f79535-47bb-0310-9956-ffa450edef68
* 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