1 Reply Latest reply on Oct 1, 2008 5:13 AM by turanyi

    Deploying BPEL proces to jboss

    turanyi

      Hi.

      Using ant and eclipse to deploy BPEL process failed so I try use jbpm-bpel console. I select path to zip file created by ant and deploy.
      I get exception report.
      description: The server encountered an internal error () that prevent it from fulfilling this request.
      exception: org.jbpm.bpel.BpelException: could not build web module for: BpelProcessDefinition(HelloWorld)
      org.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:223)
      org.jbpm.bpel.web.DeploymentServlet.deployProcessDefiniton(DeploymentServlet.java:199)
      org.jbpm.bpel.web.DeploymentServlet.doPost(DeploymentServlet.java:111)
      ...
      What is wront. I validate proces definition and it is looks OK.