summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-19Update parent poms to match unreleased/ structurefmoga2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124685 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Import work in progress code for comet binding samplefmoga16-0/+776
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124669 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Import work in progress code for comet binding runtimefmoga25-0/+2166
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124666 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Import work in progress code for comet binding modelfmoga14-0/+616
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124663 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Update for latest APIs to explicitly start the deployable composites of a ↵antelder1-3/+4
passed in contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124646 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19On stop also stop the runtime if its setantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124634 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Correct typoantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124623 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Guard against NPEantelder1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124611 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Update to add APIs to get at which composites are running whereantelder8-6/+83
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Add a method to get the domain membersantelder8-1/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Remove TODO that has now been doneantelder1-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124559 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Remove ActivationException on installs, add some TODO commentsantelder2-9/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124557 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18Fix Shell started command to not rely on the installed contributions (which ↵antelder1-16/+16
may have been uninstalled) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124252 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18Fix Hazelcast reg to properly remove entries when things are removed and ↵antelder4-16/+77
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
2011-05-18Use transaction again as it works with Strings instead of QNamesantelder1-18/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124147 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18Updates to match the DomainRegistry changes to rename ↵antelder13-113/+108
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
2011-05-18Rename addListener/removeListener to be ↵antelder3-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
2011-05-17Fix the OSGi importrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104626 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Make sure the generics are generated into the Resource implementation class ↵rfeng5-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
2011-05-17Add some more TODOsantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104212 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update javadoc and add some TODOsantelder2-88/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104204 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update to try the LSSerializer approach to pretty printingantelder1-3/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104152 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update for latest domain node changesantelder1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104147 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update for latest domain node changesantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104145 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update for latest domain node changesantelder1-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104143 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update Shell for the latest domain node changesantelder2-34/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104142 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Merege the refactoring in nodeImpl2 back into NodeImplantelder12-937/+398
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104140 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Don't include contributions with now running compositesantelder1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104136 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Remove unused methods on InstalledContribution and add a method to merge in ↵antelder1-15/+40
contribution metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104134 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Add a utility to get an XML string for a model objectantelder1-0/+58
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104051 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Update shell to show contributions importsantelder1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103728 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Update to populate the installed contributions importsantelder1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103664 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Add info on imports to InstalledContributionantelder1-5/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103660 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Correct typo in package nameantelder3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103645 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Simplify to use the loadDocument method on Deployerantelder1-9/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103640 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Add a method to Deployer to load a model from XML and validate the Monitor ↵antelder2-1/+20
results git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103639 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Simplify methods for loading a composite by xmlantelder1-12/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103636 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Rename hazelcast registry packages to match the new DomainRegistry namingantelder9-12/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103632 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder40-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
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