summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-09Minor modifications to the comet samples.fmoga4-15/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133716 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Update with JIRA number for issueantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133715 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Use the BroadcasterLifeCyclePolicy and new callback mechanism from ↵fmoga4-20/+55
Atmosphere to improve resource cleanup. Move to Atmosphere 0.8-SNAPSHOT. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133713 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Add an itest for stopping and starting a composite on a remote nodeantelder7-0/+278
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133709 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Update for tuscany plugin name changeantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133702 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Update for Node start parameter order changeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133696 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Move the node name to be the last parameter on the start to make it more ↵antelder2-4/+4
consistent git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133694 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08Add a test with a contribution containing an invalid composite and update ↵antelder3-1/+38
the code to not fail with that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133382 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08Add a completor for the names of remote nodes and use that with the start ↵antelder3-2/+53
command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133278 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08Add TODO reminderantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133271 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder8-43/+43
different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Update LICENSE for latest comet binding changesantelder1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132985 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Change member arg to be the last instead of the first argument which makes ↵antelder1-1/+1
it easier to use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132977 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Fix NPE with remote services by simplify code to just use node.getService to ↵antelder1-19/+24
get the proxy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132974 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Sync up the sca client to match the domain node getService. Just temporary ↵antelder3-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
2011-06-06TUSCANY-3867 - Fix up the test messages so they are easy to compare for ↵slaws2-0/+3
correctness and add the test to the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132639 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Tidy toString and add strings to exceptions rather than numbers. slaws1-36/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132629 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to ↵slaws2-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
2011-06-06No code changes just organize importsantelder1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132618 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the ↵antelder2-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
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the ↵antelder1-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
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the ↵antelder1-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
2011-06-06Add a method to the DomainRegistry to get the contribution uri for the ↵antelder1-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
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-06TUSCANY-3867 - Take account of different scopes and eager initslaws5-78/+766
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132579 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-06Update to use a distributed domain by defaultantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132531 13f79535-47bb-0310-9956-ffa450edef68
2011-06-05Replace the use of absolute path with relative path when using a file in the ↵fmoga3-37/+38
webapp. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132415 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-03Add standard module files and layout for CoffeeScript implantelder3-0/+255
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130921 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03Move from taking jquery from Google APIs to local jquery file to enable ↵fmoga8-4/+620
offline testing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130912 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-31Move comet binding implementation with async support from unreleased to sandbox.fmoga39-2816/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129619 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Remove comet binding sample from unreleased.fmoga16-761/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129618 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga3-11/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129614 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga2-44/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129612 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga3-69/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129611 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga6-11/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129610 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-27TUSCANY-3867 - Update the status reporting so that I can see what components ↵slaws7-56/+129
the events are related to git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1128352 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27Include the archetypes in the hudson deployantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1128198 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27Fix quickstart archetype. The various varriables got incorrectly altered on ↵antelder1-7/+3
the global change to fix the maven3 updates, eg, in an archetype config it should use ${artifactId} not ${project.artifactId} git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1128196 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-26Add a test implementation provider and extend the test case to cover init ↵slaws14-5/+564
and destroy exceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127870 13f79535-47bb-0310-9956-ffa450edef68