summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert the default HTTP port to 8080 before the test cases are portedrfeng2011-04-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095775 13f79535-47bb-0310-9956-ffa450edef68
* Clean up, remove unused classes, and get workingantelder2011-04-213-11/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095702 13f79535-47bb-0310-9956-ffa450edef68
* Add start of a test that uses the tuscany plugin to run the service which ↵antelder2011-04-217-0/+265
| | | | | | the client can call git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095697 13f79535-47bb-0310-9956-ffa450edef68
* Adding more artifacts to the domain artifact treelresende2011-04-211-12/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095575 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean uplresende2011-04-211-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095574 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up system.out and other commented out codelresende2011-04-211-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095573 13f79535-47bb-0310-9956-ffa450edef68
* Allow the look up of endpoint address by component/service/binding name from ↵rfeng2011-04-2020-30/+136
| | | | | | the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
* Update start mojo to start runtimes and store them in the static mapantelder2011-04-201-21/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095490 13f79535-47bb-0310-9956-ffa450edef68
* No code changes just format the codeantelder2011-04-202-27/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095421 13f79535-47bb-0310-9956-ffa450edef68
* Start adding start and stop mojo's to the plugin. The start one isn't ↵antelder2011-04-202-0/+240
| | | | | | finished yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095417 13f79535-47bb-0310-9956-ffa450edef68
* More updates around the domain artifacts uilresende2011-04-202-7/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095297 13f79535-47bb-0310-9956-ffa450edef68
* Strawman of domain artifacts uilresende2011-04-201-27/+121
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095296 13f79535-47bb-0310-9956-ffa450edef68
* Adding sca diagram composite files and proper licenselresende2011-04-208-0/+448
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095295 13f79535-47bb-0310-9956-ffa450edef68
* Adding support to serve dojo dijit artifactslresende2011-04-203-2/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095294 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup on the node-manager test uilresende2011-04-203-15/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095293 13f79535-47bb-0310-9956-ffa450edef68
* Removing files that are not in uselresende2011-04-2012-4825/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095292 13f79535-47bb-0310-9956-ffa450edef68
* Updating OSGi dependencieslresende2011-04-201-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095291 13f79535-47bb-0310-9956-ffa450edef68
* Adding proper version to exported packagelresende2011-04-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095290 13f79535-47bb-0310-9956-ffa450edef68
* 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
* 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
* 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
* 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