Return-Path: X-Original-To: apmail-tuscany-commits-archive@www.apache.org Delivered-To: apmail-tuscany-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72AE53574 for ; Wed, 4 May 2011 13:46:29 +0000 (UTC) Received: (qmail 60148 invoked by uid 500); 4 May 2011 13:46:29 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 60108 invoked by uid 500); 4 May 2011 13:46:29 -0000 Mailing-List: contact commits-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list commits@tuscany.apache.org Received: (qmail 60096 invoked by uid 99); 4 May 2011 13:46:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 13:46:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 13:46:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 92F5E2388A38; Wed, 4 May 2011 13:46:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1099445 - in /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel: pom.xml src/main/resources/helloworld.bpel src/main/resources/helloworld.wsdl Date: Wed, 04 May 2011 13:46:07 -0000 To: commits@tuscany.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110504134607.92F5E2388A38@eris.apache.org> Author: antelder Date: Wed May 4 13:46:07 2011 New Revision: 1099445 URL: http://svn.apache.org/viewvc?rev=1099445&view=rev Log: UPdates to try to get the bpel sample working Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml?rev=1099445&r1=1099444&r2=1099445&view=diff ============================================================================== --- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml (original) +++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml Wed May 4 13:46:07 2011 @@ -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/ + + + + + + + Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel?rev=1099445&r1=1099444&r2=1099445&view=diff ============================================================================== --- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel (original) +++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel Wed May 4 13:46:07 2011 @@ -44,7 +44,7 @@ name="start" partnerLink="helloPartnerLink" portType="test:HelloPortType" - operation="hello" + operation="sayHello" variable="helloMessage" createInstance="yes"/> @@ -74,7 +74,7 @@ Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl?rev=1099445&r1=1099444&r2=1099445&view=diff ============================================================================== --- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl (original) +++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl Wed May 4 13:46:07 2011 @@ -61,7 +61,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -91,4 +91,4 @@ - \ No newline at end of file +