• Integrating Console with custom application

    Hi All,   I want to integrate the JBPM Console with my own application, where I have my own HumanTaskHandler, TaskService and Persistance Unit. I am using Sybase DB and Tomcat server.   Can any one help m...
    Profile Photo
    last modified by grathi
  • jBPM5 - jbpm-gwt-console -  java.lang.IllegalArgumentException: Could not connect task client

    I am getting the error below the first time I click on Processes/Execution History. Process/ProcessOverview, Task/Personal Tasks and Tasks/Group Tasks.  It goes away after selecting each at least 1 time previousl...
    Profile Photo
    last modified by jimdwyer
  • How work with my bd from task

    Hello everyone. I model the process in which the tasks of the need to interact with the database. Example: in the control room receives a call. Number is checked against the database. If it is not available then the n...
    Profile Photo
    created by neki
  • Dynamic reassignment in BRMS 5.3

    Hi there,   I have been looking for a way escalate a task with certain deadline, is ok using the Reassignment option in the web process modeler I use it in that way because our "business analysis" did the initia...
    Profile Photo
    last modified by roar109
  • JBPM 5 Transaction in EJB 3

    Hello,   I'm using JBpm 5.4 with JBoss 7.1 and JBPM 5.4. I have problem with transaction when I create kssesion object inside EJB (transaction managed by container). I don't know how to force (configure) JBPM 5 ...
    Profile Photo
    last modified by swienty1
  • Jbpm sample project error

    Hi I'm new to Jbpm, when I try to run the sample jbpm project (ie. simple "helloworld" project) I'm getting this error on console. I've imported almost all jar files those which are required for jbpm project. But stil...
    Profile Photo
    last modified by aneesrahman
  • how to get all deployed processes?

    hi, i develop business processes interface in java. i need to get all deployed process list. (or only one process by process id). how can i get? thanks.
    Profile Photo
    last modified by semih88
  • jbpm5.2 integration with liferay 6.1

    I am trying to integrate (defination of integration is display  drools guvnor task i.e. designing workflow, custom pallete, deploymemnt and jbpm console task i.e process definations , user task etc on liferay UI ...
    Profile Photo
    last modified by maverick.mittal
  • Persistence and Transaction Management

    Hi Guys,   I have a very strange behaviour with JBPM5.1 and the persistence. I do not specify the TransactionManager in the Environment, but i set only the EntityManager. That seems to be correct, looking at ...
    Profile Photo
    last modified by mpiraccini
  • Exposing WorkItemHandler as an EJB (3.1) and referencing that work item handler from the BPMN process definition

    JBPM 4.4 allowed us to expose an EJB and reference that <java> node within the JPDL using the attribute ejb-jndi-name (per devguide:http://docs.jboss.com/jbpm/v4/devguide/html_single/#java).  This was remar...
    Profile Photo
    last modified by xmrk
  • How to access process variable in ftl file?

    I am using the web based designer and have a process with a human task.  I have a ftl file attached to that human task and want to access process variables in the ftl file.  All the examples in this forum ar...
    Profile Photo
    last modified by pmuthuraman
  • Embedding in Play Framework

    I am at a point where I need to decide between jBPM5 and Activiti and for all different reasons till now I am leaning towards jbpm but to seal the decision I want to know few things, if any of the users may please hel...
    Profile Photo
    last modified by bsnl
  • How to back flow in JBPM5 ?

    How to back flow in JBPM5 ? I mean when the process is running like this: start ->A->B->C-D-end. But when the process run to the C node , the actor of B found that the date had been set wrong , he want to g...
    Profile Photo
    last modified by miniservice
  • jBPM 5.1 without HumanTask Service

    Hi,   I am using the jBPM 5.1. I am using this version because I have JBoss AS5 on a production environment, and I tested the jBPM 5.1 final as the only version fully compatible with AS5, in terms of   jB...
    Profile Photo
    last modified by amizzo
  • jBPM5.1 : Setting Process Variable from code(Using API)

    Description : I am trying to create a business process having two tasks : a) Enter Comments Task to be entered by author and b) Verify comments Task : To approve or reject comments entered by author. If the comme...
    Profile Photo
    last modified by sandeepsapra
  • Simple state machine with transitions

    We have an existing (bespoke) workflow engine in our product and we are looking at options to bring it up-to-date using jBPM or similar.   Each asset type in our system has a state machine that defines the lifec...
    Profile Photo
    last modified by alfiekirkpatrick
  • JEE + jBPM + threads

    Hi, I am new to jBPM and trying to integrate it with my JEE application. Basically I have a servlet handling all incoming requests and proxying them to an EJB stateless bean that contains all jBPM stuff. So if I call ...
    Profile Photo
    last modified by sergey.sazonov
  • Getting ***java.net.SocketException: Too many open files*** when running JBPM 5.2 in linux OS

    2012-02-07 13:53:48,754 ERROR [org.apache.tomcat.util.net.JIoEndpoint] (http-0.0.0.0-8080-Acceptor-0) Socket accept failed java.net.SocketException: Too many open files         at ...
    Profile Photo
    last modified by uvijayreddy657
  • BPMN process with XML input - XSLT transformation - XML output

    Hi all,   I am a newbie to jBPM, so hope to not put a trivial question... I am designing a software system to integrate several systems exchanging messages through JMS. All the systems defined a common XML data...
    Profile Photo
    last modified by amizzo
  • Why the JBPM task can't rollback ?

    In my project , i use the JBPM5.3 ,spring,mysql,and the tomcat.   and the JPA is not the JTA type .   When the business has a exception. The transaction must be rollback .   But it can't like this ,...
    Profile Photo
    last modified by miniservice