1 Reply Latest reply on Oct 15, 2010 5:57 PM by krisverlaenen

    integration of jbpm 5 into jboss 5.1.0 GA

    kristin.polenz

      How can I integrate jbpm 5 into jboss 5.1.0 GA? It is already possible?

      I'm not sure which jars of jbpm in which directory of jboss. Can someone give me a short introduction?

       

      Thanks, kristin

        • 1. Re: integration of jbpm 5 into jboss 5.1.0 GA
          krisverlaenen

          When you are talking about jBPM 5, what components are you talking about?  The core engine, the jbpm-console, all of the above?

           

          The core engine itself is just a simple Java POJO component, so depending on what features you are using (persistence, history logging, human task service?), you simply need to get all the required jars on your application server classpath.  All jBPM5 jars define their dependencies using a maven pom, so it should be trivial to let maven derive all required jars based on the list of jars you're using.

           

          Kris