summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3860: Add README filenash2011-05-121-0/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102413 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3860: Delete previous location of Eclipse update sitenash2011-05-128-3476/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102396 13f79535-47bb-0310-9956-ffa450edef68
* Remove the allNodes static as its not used by anythingantelder2011-05-121-9/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102283 13f79535-47bb-0310-9956-ffa450edef68
* Refactor away the use of the InstalledContribution classantelder2011-05-121-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102282 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO comment reminderantelder2011-05-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102272 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importantelder2011-05-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102254 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to use a single class for all the installed contribution ↵antelder2011-05-129-133/+233
| | | | | | attributes, and to correct the storing of running composites to be qualified by the contribution uri. As per a previous commit comment this is still work in progress so a little rough, but its getting closer now to show the type of thing thats needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102252 13f79535-47bb-0310-9956-ffa450edef68
* Allows the lookup of services by interface (service name == null) from a noderfeng2011-05-113-11/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1102004 13f79535-47bb-0310-9956-ffa450edef68
* Changes to exercise some of the new functions Ant is adding to the registryslaws2011-05-117-72/+123
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101928 13f79535-47bb-0310-9956-ffa450edef68
* Update Shell installed and start commands to work with the latest ↵antelder2011-05-111-39/+33
| | | | | | Node/registry changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101898 13f79535-47bb-0310-9956-ffa450edef68
* Change the Shell command 'installed' to by default just show the URIs of ↵antelder2011-05-111-8/+14
| | | | | | installed contributions. The plan being to then add 'installed <curi>' which will show detail about an installed contribution including its uri, url, dependent cintrubutions, deployables, exports, etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101821 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to store info about a contributions deployables and ↵antelder2011-05-117-13/+69
| | | | | | exports so that distrubuted nodes are able to see what is available without having to actually go get and install a remote contribution. This is work in progress, an alternative is to just put the Contribution model object itself in the registry and have the registry impl hide the details, but this approach is easier for now as we see how things can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101793 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the transaction processing for now as it looks like a hazelcast ↵antelder2011-05-111-8/+17
| | | | | | bug causes that to loses the values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101784 13f79535-47bb-0310-9956-ffa450edef68
* Start adding info about installed contributions to the registry so that ↵antelder2011-05-109-36/+120
| | | | | | distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to also test the AsString methodantelder2011-05-101-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101421 13f79535-47bb-0310-9956-ffa450edef68
* Correctly close the xml writer to flush the streamantelder2011-05-101-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101420 13f79535-47bb-0310-9956-ffa450edef68
* Finish the hazelcast registry composite serialization to share the ↵antelder2011-05-102-4/+53
| | | | | | composites amoungst nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101408 13f79535-47bb-0310-9956-ffa450edef68
* Update the registry to support getting the QName and Composite, and use that ↵antelder2011-05-106-18/+77
| | | | | | in teh hazelcast registry to manage the running composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101369 13f79535-47bb-0310-9956-ffa450edef68
* Make the test interface remotableantelder2011-05-101-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101335 13f79535-47bb-0310-9956-ffa450edef68
* Add a testcase for teh domain compositeantelder2011-05-091-0/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101256 13f79535-47bb-0310-9956-ffa450edef68
* Correct name typo and set attributes on the domain compositeantelder2011-05-091-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101248 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3857. Also addressed a problem writing wrapper elements ↵scottkurz2011-05-094-60/+220
| | | | | | with child elements with minOccurs="0" which not get written into the wrapper payload. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101239 13f79535-47bb-0310-9956-ffa450edef68
* Update hazelcast registry to store and use the wsdl interface contract for ↵antelder2011-05-092-3/+115
| | | | | | endpoints in the domain so that remote endpoints include the interface information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101207 13f79535-47bb-0310-9956-ffa450edef68
* Tweak null boundary condition handling for DOM databinding transform path.scottkurz2011-05-091-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101170 13f79535-47bb-0310-9956-ffa450edef68
* Remove default command line memory settingsantelder2011-05-091-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101129 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest wink and jacksonrfeng2011-05-095-16/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101105 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at support for a Shell command to show the domain level ↵antelder2011-05-098-12/+138
| | | | | | composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the approach to trying to find a local runtime instance, the ↵antelder2011-05-091-31/+22
| | | | | | previous code didn't work with some network configs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100932 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the factory to create the endpoint registryantelder2011-05-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100477 13f79535-47bb-0310-9956-ffa450edef68
* Remove old TODO commentantelder2011-05-071-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100475 13f79535-47bb-0310-9956-ffa450edef68
* Update to support setting the domain uri in the runComposite methodantelder2011-05-072-13/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100473 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase to use local loop back address to try to avoid network issuesantelder2011-05-061-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100212 13f79535-47bb-0310-9956-ffa450edef68
* hacks to help me think about what domain info is missing at the momentslaws2011-05-0611-0/+588
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100203 13f79535-47bb-0310-9956-ffa450edef68
* UPdates to try to get the bpel sample workingantelder2011-05-043-6/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1099445 13f79535-47bb-0310-9956-ffa450edef68
* In clone(), do a deep copy of wrapped logical DataType for java:array, etc. ↵scottkurz2011-05-021-0/+14
| | | | | | cases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098763 13f79535-47bb-0310-9956-ffa450edef68
* Update ids of EC2 images used for testing.jsdelfino2011-05-021-6/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098492 13f79535-47bb-0310-9956-ffa450edef68
* Change app data model a bit. Store app properties in separate files and ↵jsdelfino2011-05-0225-78/+140
| | | | | | support app cloning. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098491 13f79535-47bb-0310-9956-ffa450edef68
* Reformat, sort and refactor test and sample apps.jsdelfino2011-05-0239-2191/+2078
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098490 13f79535-47bb-0310-9956-ffa450edef68
* Simplify HTML and Javascript to improve UI and performance on iOS devices. ↵jsdelfino2011-05-0244-2961/+2870
| | | | | | Fix offline cache manifest. Add an app clone page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098489 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3860: Build updatesite contents for site-publish as part of the ↵nash2011-05-019-7/+362
| | | | | | distribution output git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098346 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3860: Add /java/sca to URL of Eclipse update site on tuscany.apache.orgnash2011-05-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098259 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3860: Add /java/sca to URL of Eclipse update site on tuscany.apache.orgnash2011-05-012-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098253 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3860: Add /java/sca to URL of Eclipse update site on tuscany.apache.orgnash2011-05-018-0/+3476
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098252 13f79535-47bb-0310-9956-ffa450edef68
* Revert the wink version changerfeng2011-04-295-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097914 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.8.0 and wink 1.1.3-incubatingrfeng2011-04-285-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097619 13f79535-47bb-0310-9956-ffa450edef68
* Pass through XMLStreamReader rather than returning 'null' on xsi:nil="true" ↵scottkurz2011-04-271-12/+14
| | | | | | element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097243 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the tests to use the iface contribution appropriatelyslaws2011-04-277-9/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097065 13f79535-47bb-0310-9956-ffa450edef68
* make the test runner a simple deamon so it can be shut down properlyslaws2011-04-273-15/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097055 13f79535-47bb-0310-9956-ffa450edef68
* Add appropriate exports/imports for sharing of interface between contributionsslaws2011-04-273-1/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097053 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3860: Add LICENSE and NOTICE files to Eclipse update site on ↵nash2011-04-252-0/+3140
| | | | | | tuscany.apache.org git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1096576 13f79535-47bb-0310-9956-ffa450edef68