Commit graph

3501 commits

Author SHA1 Message Date
fmoga
e03b437442 Improve comet support. Add status to callback return type to determine when browser client has closed the page. Upgrade to atmosphere-jquery-0.7.1. Add support for multiple tabs. Fix and improve reliability of long polling technique.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127080 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 14:27:45 +00:00
slaws
ace7daceb0 TUSCANY-3867 - start of a test to check various lifecycle events.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126977 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 11:08:30 +00:00
antelder
af12ca24a1 TUSCANY-3861: rename the tuscany plugin to org.apache.tuscany.sca:tuscany-maven-plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126928 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 08:37:11 +00:00
antelder
59eaca5c23 Remove now unused class
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126362 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 07:53:31 +00:00
antelder
af7cdafc92 Give the client access to the endpoint service wsdl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126348 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 07:30:44 +00:00
antelder
a2b039a062 Set the composites contribution URI when its read
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126331 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 06:35:28 +00:00
antelder
3774878be6 Set the compsites contribution URI after its read
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126330 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 06:32:28 +00:00
antelder
4aa0b8bca1 Set the Composites contribution URI when its being read
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126327 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 06:28:01 +00:00
antelder
9035a82d24 Add a link from a Composite to its contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126326 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23 06:27:13 +00:00
rfeng
09fdc02e7a Allows pass -by-reference for self references
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125636 13f79535-47bb-0310-9956-ffa450edef68
2011-05-21 04:35:44 +00:00
antelder
c34f78773a Add an addComposite command to match the Node API and fix the installed command to use the InstalledContribution instead of the Contribution so that the contribution doesn't need to be loaded
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125271 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 08:07:54 +00:00
antelder
c2ae99f1e7 Move the getInstalledContribution method to the Node interface
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125270 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 08:06:51 +00:00
antelder
6488c22f99 Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop can see that the composte is running remotely and for start just overload the start command to take a member name to run the composite on
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125259 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 07:03:12 +00:00
antelder
fc66b50df4 Fix bug in getting runningCompositeOwners
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125258 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20 07:01:01 +00:00
fmoga
0737b81f4d Use invokeAsync instead of invoke.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125076 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 19:51:26 +00:00
slaws
cc86b2bb74 Make the comet binding a policy subject. Helping get Florian unstuck.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124749 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 13:27:06 +00:00
antelder
d3c3c29329 Move the code for getDomainComposite from NodeImpl to the domain registry
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124724 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 12:59:50 +00:00
antelder
c737cb99bc Add a way to run commands on remote nodes and add Node API and Shell commands to start and stop composites on remote nodes. Initial code so a little prototypy but it does work so committing it now for review
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124705 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 12:21:55 +00:00
fmoga
a9bd5854f9 Update parent poms to match unreleased/samples structure
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124686 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 11:05:33 +00:00
fmoga
acd5d67706 Update parent poms to match unreleased/ structure
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124685 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 11:04:11 +00:00
fmoga
1f08ce188b Import work in progress code for comet binding sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124669 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 10:27:28 +00:00
fmoga
b3c3c7de51 Import work in progress code for comet binding runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124666 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 10:24:06 +00:00
fmoga
c3565b5e7c Import work in progress code for comet binding model
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124663 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 10:21:10 +00:00
antelder
6edb24696e Update for latest APIs to explicitly start the deployable composites of a passed in contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124646 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 09:46:53 +00:00
antelder
7add810c8c On stop also stop the runtime if its set
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124634 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 09:35:09 +00:00
antelder
109baa3587 Correct typo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124623 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 09:19:00 +00:00
antelder
ac0e8b990a Guard against NPE
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124611 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 08:50:39 +00:00
antelder
ce208dd599 Update to add APIs to get at which composites are running where
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 08:48:21 +00:00
antelder
96b8adf748 Add a method to get the domain members
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 07:13:05 +00:00
antelder
8a2e35b2c9 Remove TODO that has now been done
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124559 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 06:45:00 +00:00
antelder
5885d96941 Remove ActivationException on installs, add some TODO comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124557 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19 06:40:53 +00:00
antelder
14a0ec5353 Fix Shell started command to not rely on the installed contributions (which may have been uninstalled)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124252 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 13:11:50 +00:00
antelder
12d682d6fe Fix Hazelcast reg to properly remove entries when things are removed and update tests so properly shutdown the runtime after each test
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124209 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 12:00:54 +00:00
antelder
8703d6e9b3 Use transaction again as it works with Strings instead of QNames
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124147 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 09:42:01 +00:00
antelder
23bc8ca050 Updates to match the DomainRegistry changes to rename addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124143 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 09:38:01 +00:00
antelder
6924b2029c Rename addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124140 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18 09:35:56 +00:00
rfeng
921977563e Fix the OSGi import
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104626 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 23:22:16 +00:00
rfeng
94969a3085 Make sure the generics are generated into the Resource implementation class so that Wink won't get confused
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104536 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 20:36:53 +00:00
antelder
2189f061be Add some more TODOs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104212 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 12:57:58 +00:00
antelder
86f138b882 Update javadoc and add some TODOs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104204 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 12:44:38 +00:00
antelder
50b853e14f Update to try the LSSerializer approach to pretty printing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104152 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:16:43 +00:00
antelder
b2f9f61749 Update for latest domain node changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104147 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:14:45 +00:00
antelder
b20902a4e5 Update for latest domain node changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104145 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:14:09 +00:00
antelder
4bd889c28d Update for latest domain node changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104143 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:13:03 +00:00
antelder
beaa967599 Update Shell for the latest domain node changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104142 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:10:27 +00:00
antelder
8435e4751b Merege the refactoring in nodeImpl2 back into NodeImpl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104140 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:09:38 +00:00
antelder
9365ad87df Don't include contributions with now running composites
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104136 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:08:14 +00:00
antelder
eb2e833e9d Remove unused methods on InstalledContribution and add a method to merge in contribution metadata
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104134 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 11:05:13 +00:00
antelder
e7b85f88a5 Add a utility to get an XML string for a model object
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104051 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17 08:35:46 +00:00
antelder
a84fb5a6dc Update shell to show contributions imports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103728 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16 13:28:56 +00:00