summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug in getting runningCompositeOwnersantelder2011-05-201-4/+3
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-195-16/+33
* Add a way to run commands on remote nodes and add Node API and Shell commands...antelder2011-05-1910-2/+201
* Update for latest APIs to explicitly start the deployable composites of a pas...antelder2011-05-191-3/+4
* On stop also stop the runtime if its setantelder2011-05-191-0/+3
* Correct typoantelder2011-05-191-2/+1
* Guard against NPEantelder2011-05-191-3/+5
* Update to add APIs to get at which composites are running whereantelder2011-05-198-6/+83
* Add a method to get the domain membersantelder2011-05-198-1/+52
* Remove TODO that has now been doneantelder2011-05-191-4/+0
* Remove ActivationException on installs, add some TODO commentsantelder2011-05-192-9/+10
* Fix Shell started command to not rely on the installed contributions (which m...antelder2011-05-181-16/+16
* Fix Hazelcast reg to properly remove entries when things are removed and upda...antelder2011-05-184-16/+77
* Use transaction again as it works with Strings instead of QNamesantelder2011-05-181-18/+17
* Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder2011-05-1813-113/+108
* Rename addListener/removeListener to be addEndpointListener/removeEndpointLis...antelder2011-05-183-10/+10
* Fix the OSGi importrfeng2011-05-171-0/+1
* Make sure the generics are generated into the Resource implementation class s...rfeng2011-05-175-6/+60
* Add some more TODOsantelder2011-05-171-0/+7
* Update javadoc and add some TODOsantelder2011-05-172-88/+35
* Update to try the LSSerializer approach to pretty printingantelder2011-05-171-3/+31
* Update Shell for the latest domain node changesantelder2011-05-172-34/+39
* Merege the refactoring in nodeImpl2 back into NodeImplantelder2011-05-1712-937/+398