summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ignoresslaws2011-05-240-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126978 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - start of a test to check various lifecycle events. slaws2011-05-2419-0/+744
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126977 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3861: rename the tuscany plugin to ↵antelder2011-05-2419-29/+28
| | | | | | org.apache.tuscany.sca:tuscany-maven-plugin git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126928 13f79535-47bb-0310-9956-ffa450edef68
* Add a and atom view of composites and look at retrieving the composite ↵slaws2011-05-2415-58/+598
| | | | | | artifact hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126924 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unused classantelder2011-05-231-92/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126362 13f79535-47bb-0310-9956-ffa450edef68
* Give the client access to the endpoint service wsdlantelder2011-05-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126348 13f79535-47bb-0310-9956-ffa450edef68
* Fix build error, move dashboard and store directories to the correct module.jsdelfino2011-05-239-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126337 13f79535-47bb-0310-9956-ffa450edef68
* Support cookies over outgoing HTTP calls and a shorter component URL ↵jsdelfino2011-05-2323-90/+190
| | | | | | addressing scheme. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126336 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 2, converted dashboard and store files to ↵jsdelfino2011-05-238-0/+8
| | | | | | directories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126334 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 1, add a template for new apps and support for ↵jsdelfino2011-05-2322-64/+323
| | | | | | saving account info. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126333 13f79535-47bb-0310-9956-ffa450edef68
* Set the composites contribution URI when its readantelder2011-05-231-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126331 13f79535-47bb-0310-9956-ffa450edef68
* Set the compsites contribution URI after its readantelder2011-05-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126330 13f79535-47bb-0310-9956-ffa450edef68
* Some Javascript cleanup, now working across all browsers including IE9.jsdelfino2011-05-234-85/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126329 13f79535-47bb-0310-9956-ffa450edef68
* Set the Composites contribution URI when its being readantelder2011-05-231-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126327 13f79535-47bb-0310-9956-ffa450edef68
* Add a link from a Composite to its contributionantelder2011-05-232-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126326 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup and organize sample components, apps and html pages.jsdelfino2011-05-2349-2769/+2731
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126306 13f79535-47bb-0310-9956-ffa450edef68
* Minor install script fixes. Add a script to install a minimal build and ↵jsdelfino2011-05-235-12/+303
| | | | | | upgrade to latest libcloud. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126299 13f79535-47bb-0310-9956-ffa450edef68
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-2339-275/+240
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126298 13f79535-47bb-0310-9956-ffa450edef68
* Simplify page navigations and optimize layout and event handling on touch ↵jsdelfino2011-05-2317-457/+800
| | | | | | devices. Optimize caching and minimize Ajax calls. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126297 13f79535-47bb-0310-9956-ffa450edef68
* Allows pass -by-reference for self referencesrfeng2011-05-215-45/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125636 13f79535-47bb-0310-9956-ffa450edef68
* Add an addComposite command to match the Node API and fix the installed ↵antelder2011-05-201-24/+37
| | | | | | 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
* Move the getInstalledContribution method to the Node interfaceantelder2011-05-202-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125270 13f79535-47bb-0310-9956-ffa450edef68
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ↵antelder2011-05-203-40/+28
| | | | | | 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
* Fix bug in getting runningCompositeOwnersantelder2011-05-201-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125258 13f79535-47bb-0310-9956-ffa450edef68
* Test commit accessnirmal0701252011-05-201-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125257 13f79535-47bb-0310-9956-ffa450edef68
* Use invokeAsync instead of invoke.fmoga2011-05-191-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125076 13f79535-47bb-0310-9956-ffa450edef68
* Make the comet binding a policy subject. Helping get Florian unstuck. slaws2011-05-192-2/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124749 13f79535-47bb-0310-9956-ffa450edef68
* Move the code for getDomainComposite from NodeImpl to the domain registryantelder2011-05-195-16/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124724 13f79535-47bb-0310-9956-ffa450edef68
* Bit of renaming to be clear this is about looking at the domain rather then ↵slaws2011-05-196-83/+88
| | | | | | being the domain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124713 13f79535-47bb-0310-9956-ffa450edef68
* Rename so I can add View to the names of all of the sun-resource processorsslaws2011-05-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124710 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to run commands on remote nodes and add Node API and Shell ↵antelder2011-05-1910-2/+201
| | | | | | 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
* Catch up with Ant's changesslaws2011-05-194-24/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124703 13f79535-47bb-0310-9956-ffa450edef68
* Update parent poms to match unreleased/samples structurefmoga2011-05-192-20/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124686 13f79535-47bb-0310-9956-ffa450edef68
* Update parent poms to match unreleased/ structurefmoga2011-05-192-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124685 13f79535-47bb-0310-9956-ffa450edef68
* Import work in progress code for comet binding samplefmoga2011-05-1916-0/+776
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124669 13f79535-47bb-0310-9956-ffa450edef68
* Import work in progress code for comet binding runtimefmoga2011-05-1925-0/+2166
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124666 13f79535-47bb-0310-9956-ffa450edef68
* Import work in progress code for comet binding modelfmoga2011-05-1914-0/+616
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124663 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest APIs to explicitly start the deployable composites of a ↵antelder2011-05-191-3/+4
| | | | | | passed in contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124646 13f79535-47bb-0310-9956-ffa450edef68
* On stop also stop the runtime if its setantelder2011-05-191-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124634 13f79535-47bb-0310-9956-ffa450edef68
* Correct typoantelder2011-05-191-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124623 13f79535-47bb-0310-9956-ffa450edef68
* Guard against NPEantelder2011-05-191-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124611 13f79535-47bb-0310-9956-ffa450edef68
* Update to add APIs to get at which composites are running whereantelder2011-05-198-6/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the domain membersantelder2011-05-198-1/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
* Remove TODO that has now been doneantelder2011-05-191-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124559 13f79535-47bb-0310-9956-ffa450edef68
* Remove ActivationException on installs, add some TODO commentsantelder2011-05-192-9/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124557 13f79535-47bb-0310-9956-ffa450edef68
* Fix Shell started command to not rely on the installed contributions (which ↵antelder2011-05-181-16/+16
| | | | | | may have been uninstalled) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124252 13f79535-47bb-0310-9956-ffa450edef68
* Fix Hazelcast reg to properly remove entries when things are removed and ↵antelder2011-05-184-16/+77
| | | | | | 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
* Use transaction again as it works with Strings instead of QNamesantelder2011-05-181-18/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124147 13f79535-47bb-0310-9956-ffa450edef68
* Updates to match the DomainRegistry changes to rename ↵antelder2011-05-1813-113/+108
| | | | | | 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
* Rename addListener/removeListener to be ↵antelder2011-05-183-10/+10
| | | | | | 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