hi,
I am new to jbpm bpel and was trying to execute the hello application of jbpm-bpel-1.1.GA
examples. I am able to deploy the hello business process definition on jboss as 4.0.5.GA.
But when I try to test the process using application client as provided in the example I
get these exceptions:
compile.test.dependencies:
compile.test:
[javac] Compiling 1 source file to D:\StockMarketProject\jbpm-bpel-1.1.GA\
amples\hello\target\test\classes
[javac] D:\StockMarketProject\jbpm-bpel-1.1.GA\examples\hello\src\test\jav
org\jbpm\bpel\tutorial\hello\HelloTest.java:32: cannot find symbol
[javac] symbol : class HelloWorldService
[javac] location: class org.jbpm.bpel.tutorial.hello.HelloTest
[javac] private HelloWorldService helloService;
[javac] ^
[javac] D:\StockMarketProject\jbpm-bpel-1.1.GA\examples\hello\src\test\jav
org\jbpm\bpel\tutorial\hello\HelloTest.java:40: cannot find symbol
[javac] symbol : class HelloWorldService
[javac] location: class org.jbpm.bpel.tutorial.hello.HelloTest
[javac] helloService = (HelloWorldService) iniCtx.lookup("java:comp/en
service/Hello");
[javac] ^
[javac] D:\StockMarketProject\jbpm-bpel-1.1.GA\examples\hello\src\test\jav
org\jbpm\bpel\tutorial\hello\HelloTest.java:45: cannot find symbol
[javac] symbol : class Greeter
[javac] location: class org.jbpm.bpel.tutorial.hello.HelloTest
[javac] Greeter proxy = helloService.getGreeterPort();
[javac] ^
[javac] 3 errors
BUILD FAILED
Can somebody provide a solution to this problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120776#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...