summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-07Update LICENSE for latest comet binding changesantelder1-9/+9
2011-06-07Change member arg to be the last instead of the first argument which makes it...antelder1-1/+1
2011-06-07Fix NPE with remote services by simplify code to just use node.getService to ...antelder1-19/+24
2011-06-07Sync up the sca client to match the domain node getService. Just temporary so...antelder3-2/+39
2011-06-06TUSCANY-3867 - Fix up the test messages so they are easy to compare for corre...slaws2-0/+3
2011-06-06Tidy toString and add strings to exceptions rather than numbers. slaws1-36/+21
2011-06-06TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allo...slaws2-16/+33
2011-06-06No code changes just organize importsantelder1-3/+0
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the compos...antelder2-4/+29
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the compos...antelder1-0/+6
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the compos...antelder1-0/+6
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the compos...antelder1-1/+13
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the compos...antelder1-0/+2
2011-06-06Add the sca-api to the class loader heirachy so that the annotations get corr...antelder1-5/+3
2011-06-06TUSCANY-3867 - Take account of different scopes and eager initslaws5-78/+766
2011-06-06Fix NPE when stopping a remote compositeantelder3-3/+34
2011-06-06Update to use a distributed domain by defaultantelder1-1/+1
2011-06-06Update to use a distributed domain by defaultantelder2-2/+2
2011-06-05Replace the use of absolute path with relative path when using a file in the ...fmoga3-37/+38
2011-06-03Update to use the new Deployer methodantelder1-73/+9
2011-06-03Add a method to Deployer to get a contributions dependencies from a set of co...antelder2-2/+35
2011-06-03Add standard module files and layout for CoffeeScript implantelder3-0/+255
2011-06-03Move from taking jquery from Google APIs to local jquery file to enable offli...fmoga8-4/+620
2011-06-03Correct duff importantelder1-2/+1
2011-06-02Look at a reuseable way of calculating a contributions dependencies without h...antelder2-0/+203
2011-05-31Move comet binding implementation with async support from unreleased to sandbox.fmoga39-2816/+0
2011-05-31Remove comet binding sample from unreleased.fmoga16-761/+0
2011-05-31Code cleanup.fmoga3-11/+54
2011-05-31Code cleanup.fmoga2-44/+0
2011-05-31Code cleanup.fmoga3-69/+94
2011-05-31Code cleanup.fmoga6-11/+108
2011-05-31Code cleanup.fmoga14-239/+383
2011-05-30Move from relying on the HTTP session to manual session management using sess...fmoga11-360/+349
2011-05-27TUSCANY-3867 - Update the status reporting so that I can see what components ...slaws7-56/+129
2011-05-27Include the archetypes in the hudson deployantelder1-0/+1
2011-05-27Fix quickstart archetype. The various varriables got incorrectly altered on t...antelder1-7/+3
2011-05-26Update getRunningMember to return null if the composite isn't startedantelder1-1/+4
2011-05-26Start some clean up of the Shell commands to match what the runtime is doingantelder1-6/+19
2011-05-26Add a test implementation provider and extend the test case to cover init and...slaws14-5/+564
2011-05-26Revert modification made several months ago to the core as it is not needed a...fmoga1-5/+0
2011-05-26Add focuses and Enter key shortcut for the chat sample.fmoga1-4/+27
2011-05-26Make CometBindingHandler Serializable as it is used with @PerSessionfmoga1-1/+2
2011-05-26Add real-time suggestion sample using a service with non-void return type. Re...fmoga27-3/+530
2011-05-26Add support for non-void return types for blocking operations as there is onl...fmoga1-9/+20
2011-05-26Add a few comments to the chat sample.fmoga2-1/+6
2011-05-26Include the tuscany plugin in the hudson deployantelder1-0/+1
2011-05-25Add new samples to binding.comet samples pom.fmoga1-0/+2
2011-05-25Add chat sample for binding.cometfmoga7-0/+267
2011-05-25Add pub/sub sample for binding.cometfmoga10-0/+551
2011-05-25Update testcase for binding-comet-runtime with callbacks.fmoga3-9/+23