summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-10Update the registry to support getting the QName and Composite, and use that ↵antelder6-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
2011-05-10Make the test interface remotableantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101335 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Add a testcase for teh domain compositeantelder1-0/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101256 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Correct name typo and set attributes on the domain compositeantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101248 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Fix for TUSCANY-3857. Also addressed a problem writing wrapper elements ↵scottkurz4-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
2011-05-09Update hazelcast registry to store and use the wsdl interface contract for ↵antelder2-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
2011-05-09Tweak null boundary condition handling for DOM databinding transform path.scottkurz1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101170 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Remove default command line memory settingsantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101129 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Update to latest wink and jacksonrfeng5-16/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101105 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Start looking at support for a Shell command to show the domain level ↵antelder8-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
2011-05-09Simplify the approach to trying to find a local runtime instance, the ↵antelder1-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
2011-05-07Update to use the factory to create the endpoint registryantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100477 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07Remove old TODO commentantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100475 13f79535-47bb-0310-9956-ffa450edef68
2011-05-07Update to support setting the domain uri in the runComposite methodantelder2-13/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100473 13f79535-47bb-0310-9956-ffa450edef68
2011-05-06Update testcase to use local loop back address to try to avoid network issuesantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100212 13f79535-47bb-0310-9956-ffa450edef68
2011-05-04UPdates to try to get the bpel sample workingantelder3-6/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1099445 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02In clone(), do a deep copy of wrapped logical DataType for java:array, etc. ↵scottkurz1-0/+14
cases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098763 13f79535-47bb-0310-9956-ffa450edef68
2011-04-29Revert the wink version changerfeng5-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097914 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28Update to jackson 1.8.0 and wink 1.1.3-incubatingrfeng5-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097619 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27Pass through XMLStreamReader rather than returning 'null' on xsi:nil="true" ↵scottkurz1-12/+14
element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097243 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27Fix up the tests to use the iface contribution appropriatelyslaws7-9/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097065 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27make the test runner a simple deamon so it can be shut down properlyslaws3-15/+73
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097055 13f79535-47bb-0310-9956-ffa450edef68
2011-04-27Add appropriate exports/imports for sharing of interface between contributionsslaws3-1/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097053 13f79535-47bb-0310-9956-ffa450edef68
2011-04-22Further check the presence of runtime provider for mapped remotable binding.scarfeng2-23/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1096093 13f79535-47bb-0310-9956-ffa450edef68
2011-04-21Commenting out js includelresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095820 13f79535-47bb-0310-9956-ffa450edef68
2011-04-21Revert the default HTTP port to 8080 before the test cases are portedrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095775 13f79535-47bb-0310-9956-ffa450edef68
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