Discussion:
[jboss-user] [jBPM] - pom.xml dependencies for using jBPM5.4
Ouadi BELMOKHTAR
2013-04-11 11:55:35 UTC
Permalink
Ouadi BELMOKHTAR [https://community.jboss.org/people/ouadi_dev] created the discussion

"pom.xml dependencies for using jBPM5.4"

To view the discussion, visit: https://community.jboss.org/message/807698#807698

--------------------------------------------------------------
Hi,

What's the main dependencies to declare in pom.xml in order to using jBPM5.4 Web-based application :

Here is the content of /lib/ folder :
Loading Image... Loading Image...
Loading Image... Loading Image...
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/807698#807698]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Jiri Svitak
2013-04-15 07:48:13 UTC
Permalink
Jiri Svitak [https://community.jboss.org/people/jsvitak] created the discussion

"Re: pom.xml dependencies for using jBPM5.4"

To view the discussion, visit: https://community.jboss.org/message/808257#808257

--------------------------------------------------------------
Hello,

it depends on which functionality you need. Simply said - to build .bpmn2 definition and start process from it, you'll need jbpm-bpmn2 artifact :

<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-bpmn2</artifactId>
     <version>5.4.0.Final</version>
</dependency>

Usually you need other artifacts:
jbpm-persistence-jpa ... to create knowledge sessions which persist their state to database
jbpm-bam ... to log engine activity
jbpm-human-task-hornetq|mina|core ... to be able to interact with human task service via HornetQ/Mina protocols or by using LocalTaskService
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/808257#808257]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...