summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (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
* Update LICENSE for latest comet binding changesantelder2011-06-071-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132985 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
* TUSCANY-3867 - Fix up the test messages so they are easy to compare for ↵slaws2011-06-062-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
* 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
* TUSCANY-3867 - Take account of different scopes and eager initslaws2011-06-065-78/+766
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132579 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 a distributed domain by defaultantelder2011-06-062-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132531 13f79535-47bb-0310-9956-ffa450edef68
* Replace the use of absolute path with relative path when using a file in the ↵fmoga2011-06-053-37/+38
| | | | | | webapp. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132415 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
* Add standard module files and layout for CoffeeScript implantelder2011-06-033-0/+255
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130921 13f79535-47bb-0310-9956-ffa450edef68
* Move from taking jquery from Google APIs to local jquery file to enable ↵fmoga2011-06-038-4/+620
| | | | | | offline testing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130912 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
* Move comet binding implementation with async support from unreleased to sandbox.fmoga2011-05-3139-2816/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129619 13f79535-47bb-0310-9956-ffa450edef68
* Remove comet binding sample from unreleased.fmoga2011-05-3116-761/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129618 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup.fmoga2011-05-313-11/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129614 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup.fmoga2011-05-312-44/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129612 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup.fmoga2011-05-313-69/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129611 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup.fmoga2011-05-316-11/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129610 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
* TUSCANY-3867 - Update the status reporting so that I can see what components ↵slaws2011-05-277-56/+129
| | | | | | the events are related to git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1128352 13f79535-47bb-0310-9956-ffa450edef68
* Include the archetypes in the hudson deployantelder2011-05-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1128198 13f79535-47bb-0310-9956-ffa450edef68
* Fix quickstart archetype. The various varriables got incorrectly altered on ↵antelder2011-05-271-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
* 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
* Add a test implementation provider and extend the test case to cover init ↵slaws2011-05-2614-5/+564
| | | | | | and destroy exceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127870 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
* Add focuses and Enter key shortcut for the chat sample.fmoga2011-05-261-4/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127839 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 real-time suggestion sample using a service with non-void return type. ↵fmoga2011-05-2627-3/+530
| | | | | | Rename the weather-webapp sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127833 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
* Add a few comments to the chat sample.fmoga2011-05-262-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127793 13f79535-47bb-0310-9956-ffa450edef68
* Include the tuscany plugin in the hudson deployantelder2011-05-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127786 13f79535-47bb-0310-9956-ffa450edef68
* Add new samples to binding.comet samples pom.fmoga2011-05-251-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127733 13f79535-47bb-0310-9956-ffa450edef68
* Add chat sample for binding.cometfmoga2011-05-257-0/+267
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127726 13f79535-47bb-0310-9956-ffa450edef68
* Add pub/sub sample for binding.cometfmoga2011-05-2510-0/+551
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127725 13f79535-47bb-0310-9956-ffa450edef68