0 Replies Latest reply on Mar 31, 2008 9:28 AM by ami999

    Problems with JBPM BPEL Hello World example

    ami999

      I am following the user guide of JBPM BPEL and trying to test the Hello World example. I have had no exceptions till step 5.3.3

      After deploying the business process definition, I am trying to test it using the following:

      ant test

      I get the following error on the console:

      ------------------------------------------------------------------ (console)
      C:\Personal\BPM\bpel\jbpm-bpel-1.1.GA\examples\hello>ant test
      Buildfile: build.xml

      detect.wsdl:

      get.published.wsdl:

      check.mapping:

      generate.mapping:

      detect.mapping.tool:

      BUILD FAILED
      C:\Personal\BPM\bpel\jbpm-bpel-1.1.GA\examples\common\mapping-build.xml:148: The following error occurred while executing this line:

      C:\Personal\BPM\bpel\jbpm-bpel-1.1.GA\examples\common\mapping-build.xml:68: c:\dev\jboss-4.2.2.GA\client not found.

      -----------------------------------------------------------

      The issue above seems to be the target directory. My Jboss install is in C:\Personal\jboss. For some reason it is thinking it should copy to C:\dev\jboss-4.2.2.GA

      Do I need to set JBOSS_HOME or some variable? Other steps worked fine so far.

      Thanks