Arkiv för ‘JBPM’-kategorin

JBPM6 JBOSS7 Example

juni 15, 2014  |   JBPM   |     |   Kommentarer inaktiverade för JBPM6 JBOSS7 Example

JBPM6 JBOSS7 Example A small example on how to use jBPM6 (6.0.1) in JBOSS7 (7.1.0.Final) with Eclipse Kepler and the BPMN2 Modeler plugin (downloaded from BPMN2 modeler - http://download.eclipse.org/bpmn2-modeler/updates/kepler). The goal for the example is to illustrate and support: process creation in response to an external message (received message through WebService or JMS queue for example) process allocation to either specific users or group of users users and groups are hardcoded into a java class human tasks service tasks (own java code) to interact with other systems process flow controlled by received external message or outcome of service task entity to contain application specific process data It will be based on JBPM6.0.1 and JBOSS 7.1.0.Final and maven 3.0.5. It will use an in-memory database (H2). It is loosely based on http://jsvitak.wordpress.com/2014/01/09/jbpm-6-web-application-examples/ If you have questions regarding e.g. how to integrate LDAP for user/group handling I probably won't be able to answer them. how to use an Postgres database I probably won't be able to answer them. how to add deadlines to human tasks I probably won't be able to answer them. how to use ant instead of maven I probably won't be able to answer them. how to use JBOSS 6 instead of JBOSS 7 I probably won't be able to answer them. I guess you know what I ...