summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the HttpPortAllocator and allows the default implementation torfeng2011-04-208-259/+132
| | | | | | | allocate the port based on the system property/environment var (HTTP_PORT/ HTTPS_PORT) or a free port if the value is 0. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095242 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few dependenciesrfeng2011-04-204-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095241 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.7.5rfeng2011-04-202-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095240 13f79535-47bb-0310-9956-ffa450edef68
* Change default of startDeployables to be true so that they're started by ↵antelder2011-04-191-1/+1
| | | | | | default if this attribute isn't specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095170 13f79535-47bb-0310-9956-ffa450edef68
* A new version of the two vm sample. not in the build yet as it doesn't shut ↵slaws2011-04-198-0/+321
| | | | | | down properly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095119 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld sample using BPEL. This doesn't work yet, looks like the is ↵antelder2011-04-198-0/+418
| | | | | | some issue with the imml bpel module/ode as it complains about the bpwl script url which looks ok to me git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095098 13f79535-47bb-0310-9956-ffa450edef68
* Add a Spring version of the helloworld sampleantelder2011-04-198-0/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095081 13f79535-47bb-0310-9956-ffa450edef68
* Add a helloworld sample using JAX-RS and the REST bindingantelder2011-04-198-0/+346
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095019 13f79535-47bb-0310-9956-ffa450edef68
* Add jsonrpc dependency to pluginantelder2011-04-191-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094979 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary scopeantelder2011-04-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094974 13f79535-47bb-0310-9956-ffa450edef68
* Rename to helloworld-webserviceantelder2011-04-197-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094947 13f79535-47bb-0310-9956-ffa450edef68
* Remove line breaksantelder2011-04-191-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094920 13f79535-47bb-0310-9956-ffa450edef68
* Add readme for antslaws2011-04-184-49/+97
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094501 13f79535-47bb-0310-9956-ffa450edef68
* Add an ant sample. readme to follow.slaws2011-04-181-0/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094494 13f79535-47bb-0310-9956-ffa450edef68
* Add license header to fix legal itest.antelder2011-04-185-92/+182
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094357 13f79535-47bb-0310-9956-ffa450edef68
* Update parent. The parent doesn't seem to work as documented on the Maven ↵antelder2011-04-183-4/+3
| | | | | | site and so far i can't find any way that works with the parent hierachy being different from the directory heirachy, so add this relative parent for now while i investigate further git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094353 13f79535-47bb-0310-9956-ffa450edef68
* Add an XMPP message sender component that only connects to an XMPP server as ↵jsdelfino2011-04-179-7/+346
| | | | | | needed just before sending a message to avoid unnecessary connects / disconnects in a dynamic virtual host environment. Add another component that does an HTTP delete. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094212 13f79535-47bb-0310-9956-ffa450edef68
* Implement SCDL wiredByImpl attribute.jsdelfino2011-04-172-10/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094211 13f79535-47bb-0310-9956-ffa450edef68
* Fix representation of null values and escape control characters in JSON and ↵jsdelfino2011-04-1712-67/+214
| | | | | | HTTP query strings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094210 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup HTML pages. Improvements and a few fixes to get consistent behavior ↵jsdelfino2011-04-1736-526/+1080
| | | | | | across browsers including Safari/iOS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094209 13f79535-47bb-0310-9956-ffa450edef68
* Add a few sample and test apps. Refactor some of the utility components and ↵jsdelfino2011-04-1756-1499/+2808
| | | | | | adjusted apps to use them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094208 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build to new locations of Qpid and Vysper distros.jsdelfino2011-04-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094207 13f79535-47bb-0310-9956-ffa450edef68
* correct for changed parent group idslaws2011-04-142-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092209 13f79535-47bb-0310-9956-ffa450edef68
* Fix parent definitionslaws2011-04-141-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092202 13f79535-47bb-0310-9956-ffa450edef68
* Distribute the running-tuscany samples pre-compiledslaws2011-04-141-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092132 13f79535-47bb-0310-9956-ffa450edef68
* Add the running-tuscany samples into the buildslaws2011-04-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092129 13f79535-47bb-0310-9956-ffa450edef68
* Rename the modules to make them consistent with getting startedslaws2011-04-142-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092127 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample contributionslaws2011-04-141-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092126 13f79535-47bb-0310-9956-ffa450edef68
* Add pom to drive the individual samplesslaws2011-04-141-0/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092125 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up READMEs a bit. Add an icon at the top level to see if it gets ↵slaws2011-04-148-8/+21
| | | | | | generated correctly. The next natural thing to do would be to add a doc template. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092120 13f79535-47bb-0310-9956-ffa450edef68
* Add a stripped down JUnit sample. slaws2011-04-145-0/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092119 13f79535-47bb-0310-9956-ffa450edef68
* Changes the Eclipse readme to open office formatslaws2011-04-142-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092088 13f79535-47bb-0310-9956-ffa450edef68
* Add a stripped down JSE sample. This has rolled it back to the simplest I ↵slaws2011-04-148-0/+240
| | | | | | think we can make it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092086 13f79535-47bb-0310-9956-ffa450edef68
* Rename to make it more obvious that these are README files. We know what the ↵slaws2011-04-142-0/+0
| | | | | | sample is because of the directory name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092083 13f79535-47bb-0310-9956-ffa450edef68
* Use filtering to put correct version number into distribution ↵nash2011-04-132-2/+12
| | | | | | tutorials/store/README file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091912 13f79535-47bb-0310-9956-ffa450edef68
* Experimenting with creating links in odt docs using the command line doc as ↵slaws2011-04-134-2/+25
| | | | | | an example. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091813 13f79535-47bb-0310-9956-ffa450edef68
* This bug has been fixed in hazelcast nowantelder2011-04-131-9/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091801 13f79535-47bb-0310-9956-ffa450edef68
* Change to use the wsdl interface from the runtime getGeneratedWSDLContract ↵antelder2011-04-131-16/+4
| | | | | | instead of creating its own wsdl document git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091792 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright datesnash2011-04-13154-154/+154
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091749 13f79535-47bb-0310-9956-ffa450edef68
* Use new aggregated repository URL for Apache snapshotsnash2011-04-131-13/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091743 13f79535-47bb-0310-9956-ffa450edef68
* Remove repositories at ws.zones.apache.orgnash2011-04-135-68/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091740 13f79535-47bb-0310-9956-ffa450edef68
* Update 1.6.1-SNAPSHOT pom referencesnash2011-04-132-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091739 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3859: Update "no namespace" type references in xs:extension schema ↵nash2011-04-137-31/+150
| | | | | | elements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091732 13f79535-47bb-0310-9956-ffa450edef68
* Avoid copying duplicate resource files to target/classes directorynash2011-04-131-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091730 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3858: Eclipse update site doesn't build correctly from a top-level buildnash2011-04-133-9/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091729 13f79535-47bb-0310-9956-ffa450edef68
* Remove reference to 1.6.1nash2011-04-131-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091726 13f79535-47bb-0310-9956-ffa450edef68
* Delete redundant build.xml filenash2011-04-131-127/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091724 13f79535-47bb-0310-9956-ffa450edef68
* Start adding the running-tuscany samples back in to trunk. I'll do it one at ↵slaws2011-04-122-0/+19
| | | | | | a time so people can see each one and review. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091427 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importslaws2011-04-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091383 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2011-04-121-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091332 13f79535-47bb-0310-9956-ffa450edef68