[jboss-user] [JBoss jBPM] - Re: exception encountered in jbpm bpel examples

shefagarwal do-not-reply at jboss.com
Thu Jan 17 23:11:41 EST 2008


hi Alejandro,

This is the full output as produced by ant. The mappings are getting generated but still I am getting this exception:

D:\jbpm-bpel-1.1.GA\examples\hello>ant test
Buildfile: build.xml

detect.wsdl:

get.published.wsdl:
     [copy] Copying 3 files to D:\jbpm-bpel-1.1.GA\examples\hello\target\resourc
es\web\wsdl

check.mapping:

generate.mapping:

detect.mapping.tool:

wstools:
     [move] Moving 1 file to D:\jbpm-bpel-1.1.GA\examples\hello\target\resources
\web

detect.mapping.tool:

wscompile:

package.client:
      [jar] Building jar: D:\jbpm-bpel-1.1.GA\examples\hello\target\hello-client
.jar

compile.test.dependencies:

compile.test:
    [javac] Compiling 1 source file to D:\jbpm-bpel-1.1.GA\examples\hello\target
\test\classes
    [javac] D:\jbpm-bpel-1.1.GA\examples\hello\src\test\java\org\jbpm\bpel\tutor
ial\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:\jbpm-bpel-1.1.GA\examples\hello\src\test\java\org\jbpm\bpel\tutor
ial\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/env/
service/Hello");
    [javac]                     ^
    [javac] D:\jbpm-bpel-1.1.GA\examples\hello\src\test\java\org\jbpm\bpel\tutor
ial\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
D:\jbpm-bpel-1.1.GA\examples\common\test-build.xml:49: Compile failed; see the c
ompiler error output for details.

Total time: 6 seconds
D:\jbpm-bpel-1.1.GA\examples\hello>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121159#4121159

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121159



More information about the jboss-user mailing list