summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-21Clean up, remove unused classes, and get workingantelder3-11/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095702 13f79535-47bb-0310-9956-ffa450edef68
2011-04-21Add start of a test that uses the tuscany plugin to run the service which ↵antelder7-0/+265
the client can call git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095697 13f79535-47bb-0310-9956-ffa450edef68
2011-04-21Adding more artifacts to the domain artifact treelresende1-12/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095575 13f79535-47bb-0310-9956-ffa450edef68
2011-04-21Minor clean uplresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095574 13f79535-47bb-0310-9956-ffa450edef68
2011-04-21Cleaning up system.out and other commented out codelresende1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095573 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Allow the look up of endpoint address by component/service/binding name from ↵rfeng20-30/+136
the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Update start mojo to start runtimes and store them in the static mapantelder1-21/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095490 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20No code changes just format the codeantelder2-27/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095421 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Start adding start and stop mojo's to the plugin. The start one isn't ↵antelder2-0/+240
finished yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095417 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20More updates around the domain artifacts uilresende2-7/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095297 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Strawman of domain artifacts uilresende1-27/+121
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095296 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Adding sca diagram composite files and proper licenselresende8-0/+448
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095295 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Adding support to serve dojo dijit artifactslresende3-2/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095294 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Minor cleanup on the node-manager test uilresende3-15/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095293 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Removing files that are not in uselresende12-4825/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095292 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Updating OSGi dependencieslresende1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095291 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Adding proper version to exported packagelresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095290 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Simplify the HttpPortAllocator and allows the default implementation torfeng8-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
2011-04-20Fix a few dependenciesrfeng4-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095241 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Update to jackson 1.7.5rfeng2-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095240 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Change default of startDeployables to be true so that they're started by ↵antelder1-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
2011-04-19A new version of the two vm sample. not in the build yet as it doesn't shut ↵slaws8-0/+321
down properly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095119 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Add helloworld sample using BPEL. This doesn't work yet, looks like the is ↵antelder8-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
2011-04-19Add a Spring version of the helloworld sampleantelder8-0/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095081 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Add a helloworld sample using JAX-RS and the REST bindingantelder8-0/+346
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095019 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Add jsonrpc dependency to pluginantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094979 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Remove unnecessary scopeantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094974 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Rename to helloworld-webserviceantelder7-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094947 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Remove line breaksantelder1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094920 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18Add readme for antslaws4-49/+97
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094501 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18Add an ant sample. readme to follow.slaws1-0/+83
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094494 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18Add license header to fix legal itest.antelder5-92/+182
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094357 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18Update parent. The parent doesn't seem to work as documented on the Maven ↵antelder3-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
2011-04-14correct for changed parent group idslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092209 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Fix parent definitionslaws1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092202 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Distribute the running-tuscany samples pre-compiledslaws1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092132 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add the running-tuscany samples into the buildslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092129 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Rename the modules to make them consistent with getting startedslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092127 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add a sample contributionslaws1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092126 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add pom to drive the individual samplesslaws1-0/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092125 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Tidy up READMEs a bit. Add an icon at the top level to see if it gets ↵slaws8-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
2011-04-14Add a stripped down JUnit sample. slaws5-0/+160
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092119 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Changes the Eclipse readme to open office formatslaws2-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092088 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add a stripped down JSE sample. This has rolled it back to the simplest I ↵slaws8-0/+240
think we can make it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092086 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Rename to make it more obvious that these are README files. We know what the ↵slaws2-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
2011-04-13Experimenting with creating links in odt docs using the command line doc as ↵slaws4-2/+25
an example. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091813 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13This bug has been fixed in hazelcast nowantelder1-9/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091801 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13Change to use the wsdl interface from the runtime getGeneratedWSDLContract ↵antelder1-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
2011-04-12Start adding the running-tuscany samples back in to trunk. I'll do it one at ↵slaws2-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
2011-04-12Remove unused importslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091383 13f79535-47bb-0310-9956-ffa450edef68