summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the BroadcasterLifeCyclePolicy and new callback mechanism from Atmosphere...fmoga2011-06-094-20/+55
* Update for Node start parameter order changeantelder2011-06-091-1/+1
* Move the node name to be the last parameter on the start to make it more cons...antelder2011-06-092-4/+4
* Add a test with a contribution containing an invalid composite and update the...antelder2011-06-083-1/+38
* Add a completor for the names of remote nodes and use that with the start com...antelder2011-06-083-2/+53
* Add TODO reminderantelder2011-06-081-0/+2
* Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder2011-06-078-43/+43
* Change member arg to be the last instead of the first argument which makes it...antelder2011-06-071-1/+1
* Fix NPE with remote services by simplify code to just use node.getService to ...antelder2011-06-071-19/+24
* Sync up the sca client to match the domain node getService. Just temporary so...antelder2011-06-073-2/+39
* Tidy toString and add strings to exceptions rather than numbers. slaws2011-06-061-36/+21
* TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allo...slaws2011-06-062-16/+33
* No code changes just organize importsantelder2011-06-061-3/+0
* Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2011-06-062-4/+29
* Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2011-06-061-0/+6
* Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2011-06-061-0/+6
* Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2011-06-061-1/+13
* Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2011-06-061-0/+2
* Add the sca-api to the class loader heirachy so that the annotations get corr...antelder2011-06-061-5/+3
* Fix NPE when stopping a remote compositeantelder2011-06-063-3/+34
* Update to use a distributed domain by defaultantelder2011-06-061-1/+1
* Update to use the new Deployer methodantelder2011-06-031-73/+9
* Add a method to Deployer to get a contributions dependencies from a set of co...antelder2011-06-032-2/+35
* Correct duff importantelder2011-06-031-2/+1
* Look at a reuseable way of calculating a contributions dependencies without h...antelder2011-06-022-0/+203
* Code cleanup.fmoga2011-05-3114-239/+383
* Move from relying on the HTTP session to manual session management using sess...fmoga2011-05-3011-360/+349
* Update getRunningMember to return null if the composite isn't startedantelder2011-05-261-1/+4
* Start some clean up of the Shell commands to match what the runtime is doingantelder2011-05-261-6/+19
* Revert modification made several months ago to the core as it is not needed a...fmoga2011-05-261-5/+0
* Make CometBindingHandler Serializable as it is used with @PerSessionfmoga2011-05-261-1/+2
* Add support for non-void return types for blocking operations as there is onl...fmoga2011-05-261-9/+20
* Update testcase for binding-comet-runtime with callbacks.fmoga2011-05-253-9/+23
* Cleanup binding code by removing debug prints.fmoga2011-05-252-6/+2
* Add generic connect method to js client with default transport set to HTTP st...fmoga2011-05-251-0/+3
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-2510-117/+117
* move comment up to right placeslaws2011-05-251-1/+1
* TUSCANY-3868 - allow binding to be retrieved by nameslaws2011-05-254-0/+30
* Upgrade to atmosphere-jersey 0.7.1. Change REST Path for CometComponentContex...fmoga2011-05-255-18/+26
* Improve comet support. Add status to callback return type to determine when b...fmoga2011-05-249-224/+374
* Remove now unused classantelder2011-05-231-92/+0
* Give the client access to the endpoint service wsdlantelder2011-05-231-0/+2
* Set the composites contribution URI when its readantelder2011-05-231-2/+3
* Set the compsites contribution URI after its readantelder2011-05-231-0/+1
* Set the Composites contribution URI when its being readantelder2011-05-231-2/+4
* Add a link from a Composite to its contributionantelder2011-05-232-0/+14
* Allows pass -by-reference for self referencesrfeng2011-05-215-45/+78
* Add an addComposite command to match the Node API and fix the installed comma...antelder2011-05-201-24/+37
* Move the getInstalledContribution method to the Node interfaceantelder2011-05-202-3/+5
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder2011-05-203-40/+28