1 Reply Latest reply on Apr 2, 2014 3:51 AM by swiderski.maciej

    Trying to create JBPM application extension - WELD-001408 Unsatisfied dependencies for type [EntityManager]

    tmcclure0501

      I am trying to create a JBPM application extension and develop it outside of the complete JBPM build to save time and lessen complexity.  The application works with in the Kie workbench buts fails in my "showcase".  I feel I have the configuration the same - having problem injecting EntityManager:

      org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [EntityManager] with qualifiers [@Default] at injection point [[field] @Inject private org.jbpm.shared.services.impl.JbpmServicesPersistenceManagerImpl.em]

       

      Stacktrace attached.