summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder2011-06-078-43/+43
| | | | | | different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
* Change member arg to be the last instead of the first argument which makes ↵antelder2011-06-071-1/+1
| | | | | | it easier to use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132977 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE with remote services by simplify code to just use node.getService to ↵antelder2011-06-071-19/+24
| | | | | | get the proxy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132974 13f79535-47bb-0310-9956-ffa450edef68
* Sync up the sca client to match the domain node getService. Just temporary ↵antelder2011-06-073-2/+39
| | | | | | so they both work the same to make it easier to work out how to refactor this into one bit of code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132904 13f79535-47bb-0310-9956-ffa450edef68
* Tidy toString and add strings to exceptions rather than numbers. slaws2011-06-061-36/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132629 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to ↵slaws2011-06-062-16/+33
| | | | | | allow the processing to complete tidily. You can then check the monitor to see if something went wrong and shut down cleanly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132625 13f79535-47bb-0310-9956-ffa450edef68
* No code changes just organize importsantelder2011-06-061-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132618 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-062-4/+29
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132615 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-061-0/+6
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132614 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-061-0/+6
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132613 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-061-1/+13
| | | | | | composite taht contains a running component git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132612 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2011-06-061-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
* Add the sca-api to the class loader heirachy so that the annotations get ↵antelder2011-06-061-5/+3
| | | | | | correctly picked up in contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132590 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE when stopping a remote compositeantelder2011-06-063-3/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132533 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a distributed domain by defaultantelder2011-06-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132532 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the new Deployer methodantelder2011-06-031-73/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1131055 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to Deployer to get a contributions dependencies from a set of ↵antelder2011-06-032-2/+35
| | | | | | contribution metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1131053 13f79535-47bb-0310-9956-ffa450edef68
* Correct duff importantelder2011-06-031-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130911 13f79535-47bb-0310-9956-ffa450edef68
* Look at a reuseable way of calculating a contributions dependencies without ↵antelder2011-06-022-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
* Code cleanup.fmoga2011-05-3114-239/+383
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129609 13f79535-47bb-0310-9956-ffa450edef68
* Move from relying on the HTTP session to manual session management using ↵fmoga2011-05-3011-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
* Update getRunningMember to return null if the composite isn't startedantelder2011-05-261-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127880 13f79535-47bb-0310-9956-ffa450edef68
* Start some clean up of the Shell commands to match what the runtime is doingantelder2011-05-261-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127875 13f79535-47bb-0310-9956-ffa450edef68
* Revert modification made several months ago to the core as it is not needed ↵fmoga2011-05-261-5/+0
| | | | | | anymore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127849 13f79535-47bb-0310-9956-ffa450edef68
* Make CometBindingHandler Serializable as it is used with @PerSessionfmoga2011-05-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127838 13f79535-47bb-0310-9956-ffa450edef68
* Add support for non-void return types for blocking operations as there is ↵fmoga2011-05-261-9/+20
| | | | | | only one response. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127828 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase for binding-comet-runtime with callbacks.fmoga2011-05-253-9/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127722 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup binding code by removing debug prints.fmoga2011-05-252-6/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127718 13f79535-47bb-0310-9956-ffa450edef68
* Add generic connect method to js client with default transport set to HTTP ↵fmoga2011-05-251-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
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-2510-117/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
* move comment up to right placeslaws2011-05-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127500 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3868 - allow binding to be retrieved by nameslaws2011-05-254-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127498 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to atmosphere-jersey 0.7.1. Change REST Path for ↵fmoga2011-05-255-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
* Improve comet support. Add status to callback return type to determine when ↵fmoga2011-05-249-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
* Remove now unused classantelder2011-05-231-92/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126362 13f79535-47bb-0310-9956-ffa450edef68
* Give the client access to the endpoint service wsdlantelder2011-05-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126348 13f79535-47bb-0310-9956-ffa450edef68
* Set the composites contribution URI when its readantelder2011-05-231-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126331 13f79535-47bb-0310-9956-ffa450edef68
* Set the compsites contribution URI after its readantelder2011-05-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126330 13f79535-47bb-0310-9956-ffa450edef68
* Set the Composites contribution URI when its being readantelder2011-05-231-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126327 13f79535-47bb-0310-9956-ffa450edef68
* Add a link from a Composite to its contributionantelder2011-05-232-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126326 13f79535-47bb-0310-9956-ffa450edef68
* Allows pass -by-reference for self referencesrfeng2011-05-215-45/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125636 13f79535-47bb-0310-9956-ffa450edef68
* Add an addComposite command to match the Node API and fix the installed ↵antelder2011-05-201-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
* Move the getInstalledContribution method to the Node interfaceantelder2011-05-202-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125270 13f79535-47bb-0310-9956-ffa450edef68
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ↵antelder2011-05-203-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
* Fix bug in getting runningCompositeOwnersantelder2011-05-201-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125258 13f79535-47bb-0310-9956-ffa450edef68
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-195-16/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124724 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-1910-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
* Update for latest APIs to explicitly start the deployable composites of a ↵antelder2011-05-191-3/+4
| | | | | | passed in contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124646 13f79535-47bb-0310-9956-ffa450edef68
* On stop also stop the runtime if its setantelder2011-05-191-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124634 13f79535-47bb-0310-9956-ffa450edef68
* Correct typoantelder2011-05-191-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124623 13f79535-47bb-0310-9956-ffa450edef68