2 Replies Latest reply on Jul 20, 2006 4:19 AM by doankhoavy

    [jBPM-BPEL] Ant error

    boris.vassilieff

      Hello,

      I'm new to jBPM-BPEL and I tried to follow the jbpm.bpel.guide.pdf .
      I have a problem with the hello example : the ant target called 'generate-service' returns a BUILD FAILED ; a JpdlException with the message [no processdefinition.xml inside process archive] is thrown.

      Does anyone know how to get/generate that processdefinition.xml file ?

      Here is my config :
      - JBossAS-4.0.3SP1
      - jBPM-3.0.3
      - jBPM-BPEL-1.0-alpha4

      Thanks.

        • 1. Re: [jBPM-BPEL] Ant error
          ncapito

          Where did you get the jBPM-3.0.3?


          I was getting that error when i was using the wrong version of the jar. Inside of the BpelExtension.zip there should be a jBPM-3.0.1 or jBPM-3.1? Jar.


          I am using the beta version of jbpm-bpel so i am not sure of the exact version number.

          If that is not the case i would also check the paths in your ant script and make sure that the right jbpm jar is first in the class path.

          • 2. Re: [jBPM-BPEL] Ant error
            doankhoavy

            I also had this problem.You just need put the that file inside root path of the process archive that problem is resolved.