From e6593a2115e888d1f828b3bc3ae0d1bd954720c2 Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 4 May 2011 13:46:07 +0000 Subject: UPdates to try to get the bpel sample working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1099445 13f79535-47bb-0310-9956-ffa450edef68 --- .../getting-started/helloworld-bpel/pom.xml | 29 +++++++++++++++++++++- .../src/main/resources/helloworld.bpel | 4 +-- .../src/main/resources/helloworld.wsdl | 6 ++--- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml index 2333050b93..1ebb6432bb 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml @@ -28,7 +28,7 @@ ../../pom.xml - zip + helloworld-bpel 2.0-SNAPSHOT @@ -88,6 +88,33 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + test-compile + + unpack + + + + + org.apache.ode + ode-dao-jpa-ojpa-derby + 1.1 + zip + true + ${project.build.directory}/test-classes/ + + + + + + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel index d58768adfa..ab31ee1d0b 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel @@ -44,7 +44,7 @@ name="start" partnerLink="helloPartnerLink" portType="test:HelloPortType" - operation="hello" + operation="sayHello" variable="helloMessage" createInstance="yes"/> @@ -74,7 +74,7 @@ diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl index cf966264ef..a866d29f2d 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl @@ -61,7 +61,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -91,4 +91,4 @@ - \ No newline at end of file + -- cgit v1.2.3