Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.3
-
None
-
Wind XP SP2 IBM JDK 5
Description
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