0 Replies Latest reply on Apr 7, 2015 2:10 AM by c00823ue

    Error occurres while my application change from jbpm 6.0.0.final to 6.0.1.final.

    c00823ue

      My application use jbpm 6.0.0.final api. It runs fine on wildfly-8.1.0.Final. But now I change jbpm version from 6.0.0.final to 6.0.1.Final, the following error occurres:

       

      11:52:48,494 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) JBAS014613: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jbpm-demo-rewards-basic.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jbpm-demo-rewards-basic.war\".WeldStartService: Failed to start service

          Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TaskService with qualifiers @Default

        at injection point [BackedAnnotatedField] @Inject org.jbpm.demo.rewards.ejb.TaskBean.taskService

        at org.jbpm.demo.rewards.ejb.TaskBean.taskService(TaskBean.java:0)

      "}}

       

      PS. server log is attached. THX!