1 Reply Latest reply on Aug 13, 2015 7:29 AM by miguel.angel.garcia

    WLS 12c + jBPM6 + ClassNotFoundException: org.jbpm.services.task.impl.model.UserImpl

    miguel.angel.garcia

      Hi,

      I'm newer in jBPM. I need use jBPM6.1.0.Final and Weblogic 12c and I have some problems. I've started watching the jbpm6-examples and now I have a war with a bpm and all required libraries (I think). In my war I have a StartupBean and use KModuleDeploymentService to obtain the maven artifact in wich the bpm there is but when I deploy de application the next error was produced: "could not resolve class: org.jbpm.services.task.impl.model.UserImpl"

       

      This error is produced when MVEL compile  ""UserGroupsAssignmentsOne.mvel"" contents.

       

      Why use MVEL as default and not my "BpmUserGroupCallback" and why the classloader don't load "org.jbpm.services.task.impl.model.UserImpl" ??

       

      Thx