summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the ↵antelder1-0/+2
composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132611 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Add the sca-api to the class loader heirachy so that the annotations get ↵antelder1-5/+3
correctly picked up in contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132590 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Fix NPE when stopping a remote compositeantelder3-3/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132533 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Update to use a distributed domain by defaultantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132532 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03Update to use the new Deployer methodantelder1-73/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1131055 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03Add a method to Deployer to get a contributions dependencies from a set of ↵antelder2-2/+35
contribution metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1131053 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03Correct duff importantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130911 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02Look at a reuseable way of calculating a contributions dependencies without ↵antelder2-0/+203
having to process and validate the entire contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130575 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga14-239/+383
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129609 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30Move from relying on the HTTP session to manual session management using ↵fmoga11-360/+349
sessionIds generated by the javascript on page load. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129323 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Update getRunningMember to return null if the composite isn't startedantelder1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127880 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Start some clean up of the Shell commands to match what the runtime is doingantelder1-6/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127875 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Revert modification made several months ago to the core as it is not needed ↵fmoga1-5/+0
anymore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127849 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Make CometBindingHandler Serializable as it is used with @PerSessionfmoga1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127838 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Add support for non-void return types for blocking operations as there is ↵fmoga1-9/+20
only one response. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127828 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Update testcase for binding-comet-runtime with callbacks.fmoga3-9/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127722 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Cleanup binding code by removing debug prints.fmoga2-6/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127718 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Add generic connect method to js client with default transport set to HTTP ↵fmoga1-0/+3
streaming and fallback on long polling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127716 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder10-117/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25move comment up to right placeslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127500 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25TUSCANY-3868 - allow binding to be retrieved by nameslaws4-0/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127498 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Upgrade to atmosphere-jersey 0.7.1. Change REST Path for ↵fmoga5-18/+26
CometComponentContext.js to avoid mapping exception caused by new jersey version. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127488 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24Improve comet support. Add status to callback return type to determine when ↵fmoga9-224/+374
browser client has closed the page. Upgrade to atmosphere-jquery-0.7.1. Add support for multiple tabs. Fix and improve reliability of long polling technique. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127080 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Remove now unused classantelder1-92/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126362 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Give the client access to the endpoint service wsdlantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126348 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Set the composites contribution URI when its readantelder1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126331 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Set the compsites contribution URI after its readantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126330 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Set the Composites contribution URI when its being readantelder1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126327 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Add a link from a Composite to its contributionantelder2-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126326 13f79535-47bb-0310-9956-ffa450edef68
2011-05-21Allows pass -by-reference for self referencesrfeng5-45/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125636 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20Add an addComposite command to match the Node API and fix the installed ↵antelder1-24/+37
command to use the InstalledContribution instead of the Contribution so that the contribution doesn't need to be loaded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125271 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20Move the getInstalledContribution method to the Node interfaceantelder2-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125270 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ↵antelder3-40/+28
can see that the composte is running remotely and for start just overload the start command to take a member name to run the composite on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125259 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20Fix bug in getting runningCompositeOwnersantelder1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125258 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Move the code for getDomainComposite from NodeImpl to the domain registryantelder5-16/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124724 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell ↵antelder10-2/+201
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
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