samples/helloworld-bpel fails to run and compile
------------------------------------------------
Key: TUSCANY-2419
URL: https://issues.apache.org/jira/browse/TUSCANY-2419
Project: Tuscany
Issue Type: Bug
Components: Java SCA Samples
Affects Versions: Java-SCA-1.3
Environment: Wind XP SP2 IBM JDK 5
Reporter: Simon Laws
Fix For: Java-SCA-1.3
compile:
[javac] Compiling 5 source files to C:\simon\tuscany\release\sca-r1.3-rc0\tu
scany-sca-1.3-SNAPSHOT\samples\helloworld-bpel\target\classes
[javac] C:\simon\tuscany\release\sca-r1.3-rc0\tuscany-sca-1.3-SNAPSHOT\sampl
es\helloworld-bpel\src\main\java\helloworld\BPELClient.java:22: cannot find symb
ol
[javac] symbol : class HelloPortType
[javac] location: package org.apache.tuscany.implementation.bpel.example.hel
loworld
[javac] import org.apache.tuscany.implementation.bpel.example.helloworld.Hel
loPortType;
[javac] ^
[javac] C:\simon\tuscany\release\sca-r1.3-rc0\tuscany-sca-1.3-SNAPSHOT\sampl
es\helloworld-bpel\src\main\java\helloworld\BPELClient.java:34: cannot find symb
ol
[javac] symbol : class HelloPortType
[javac] location: class helloworld.BPELClient
[javac] HelloPortType bpelService = scaDomain.getService(HelloPortTy
pe.class, "BPELHelloWorldComponent");
[javac] ^
[javac] C:\simon\tuscany\release\sca-r1.3-rc0\tuscany-sca-1.3-SNAPSHOT\sampl
es\helloworld-bpel\src\main\java\helloworld\BPELClient.java:34: cannot find symb
ol
[javac] symbol : class HelloPortType
[javac] location: class helloworld.BPELClient
[javac] HelloPortType bpelService = scaDomain.getService(HelloPortTy
pe.class, "BPELHelloWorldComponent");
[javac] ^
[javac] Note: C:\simon\tuscany\release\sca-r1.3-rc0\tuscany-sca-1.3-SNAPSHOT
\samples\helloworld-bpel\target\wsdl2java-source\org\apache\tuscany\implementati
on\bpel\example\helloworld\impl\helloImpl.java uses or overrides a deprecated AP
I.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 3 errors
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.