0 Replies Latest reply on Mar 20, 2014 11:29 AM by zen1800

    Arquillian and JBPM

    zen1800

      I want to use Arquillian to test some processes we've developed using jBPM, but I'm a little unsure of how to include jBPM in the Shrinkwrap that will get deployed on the container. The thought is to have Arquillian deploy both our jBPM process and the jBPM infrastructure into a JBoss AS 7 container so that we can test the process in an environment that is like it is deployed in the jBPM Console.

       

      Our initial approach was to use Shrinkwrap's Maven resolver to load our pom and import all the dependencies. Is this the best way to approach this or is there a different strategy we should be trying?