• Concurrency problem when completing two human tasks

    Hi Everyone.   I am stuck with a concurrency problem using jBPM 5.3. The error I am facing is similar to this one:   http://drools.46999.n3.nabble.com/rules-users-Transaction-problems-in-high-concurrency-J...
    Profile Photo
    created by leosoubeste
  • How to configure the jbpm5.x on GlassFish Server 3.

    Hi, I had already configured Jbpm5.x on the tomcat 7.0.22 server using the following link: https://community.jboss.org/people/bpmn2user/blog/2011/09/21/jbpm5-web-example   Now I want to configure the Jbpm5.x ...
    Profile Photo
    created by snowstormuser
  • problem when start jboss AS 7 in JBPM5.3(build failed)

    hey everyone , i have  a probleme  the installation  build successfully but when i  run" ant start.demo" i have a problem in the serveur , the build failed: and i don't know how to fix it , p...
    Profile Photo
    created by feriel
  • problem with JBPM

    hey everyone i'm tenderfoot in the environement of JBPM and i don't know which version i choose.i downoald the version jbpm 5.3.0.Final-installer-full.zip but i don't know how to install it , i read the Guide installa...
    Profile Photo
    last modified by feriel
  • The Executive jbpm-examples org.jbpm.examples.humantask be wrong

    Sales-rep executing task Request Review(1: ) krisv executing task Request Approval(2: ) john executing task Request Approval(3: ) sales-rep executing task Request Notification(4: ) result = Accept resultUser = Ag...
    Profile Photo
    last modified by tiandaochouqin
  • How to deploy a BPMN process file by using the JBPM API ?

    there's some questions for me .   In my project , i use the spring to manage the KnowledgeBase and the StatefulKnowledgeSession , and the config XML is follow .   <drools:kbase id="kbase">  ...
    Profile Photo
    last modified by miniservice
  • Is it possible to dynamically substitute a gate condition ?

    Is it possible to dynamically substitute a gate condition ? I am Using JBPM 5.2 .   Example : suppose my condition in a gate is amount > 100 Is it possible to change this condition at run-time to amount = 200
    Profile Photo
    last modified by shijuj
  • Getting error on retriving personal task for human task workflow with jbpm 5.3 and oracle 11g r2 database.

    Hi, I am trying to integrate JBPM 5.3 with oracle 11 g r2.I am getting schema created properly on the database with below tables. I have created a human task sample workflow with web designer and deployed from there....
    Profile Photo
    created by vkn...
  • I am getting Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.jbpm.task.Task#1]

    I am trying to create simple process and register simple Human Task handler.   Exception occurs when I try to start process. Any idea what problem could be?   All required users => "Administrator" and "...
    Profile Photo
    created by svlada
  • WS-Human Task Android app?

    I thought it would be pretty cool to have an Android app where you can log in and complete all the human tasks assigned to you. I'm hoping there's already something out there? I'd basically want all the funtionality t...
    Profile Photo
    last modified by john0945
  • how can i add dynamic web project option in jbpm eclipse

    Hi i m using eclipse which by default install from jbpm5 installer. so in that eclipse,not have a option of web dynamic project. i want to make web application in jbpm5. so please tell me how can i configure it.
    Profile Photo
    created by rehankhan
  • Installed demo on chapter 3 on the tutorial...now what?

    Hello everyone.   I'm learning about JBPM, and I'm reading the docs. I followed the installation procedures on the tutorial (chapter 3), but now I have not a clue to where to go. So I'll have to ask these (stupi...
    Profile Photo
    last modified by espartano
  • jBPM Runtime

    Hi all   Just a tip I discovered.   When installing jBPM 5 using the installer, everything worked fine, until I tried opening Eclipse directly, using the .exe. I did this so I could write my own programs w...
    Profile Photo
    created by john0945
  • JAVA HttpPost enctype = “multiform/data”

    Hi,   I'm trying to make my own jbpm console client.   i'm facing a blocking issue while create a new instance of a process.   For creating a new instance, the form structure is   <form act...
    Profile Photo
    last modified by nbsiva90
  • GWT Form Designer

    Hello All,   I am using GWT Form Desinger (jbpm-5.4.0.Final-form-builder) to design a .FTL to run a buisness Process. I wanted to know the FTL file that is created by the Form Designer has some tags,   <...
    Profile Photo
    created by chetansh
  • How to get and update the process variable outside the process.

    Hi, I want to get and update the process variable outside the the process in java code.How can i achive this. I have used the following code given below:   Map param=new Hash(); param.put("rejectStatus",true); ...
    Profile Photo
    last modified by snowstormuser
  • Concurrent Modification exception in task server when running with 100 concurrent users

    I have a business process with 5 manual activities with a fork, initially all user tasks are assigned to business admin   My scenario is like start process instance for this Process,  then business admin de...
    Profile Photo
    created by itsnagesh
  • WorkflowProcessInstanceUpgrader throwing ClassCastException: ...CommandBasedStatefulKnowledgeSession cannot be cast to ...InternalKnowledgeRuntime

    Hi people!   I'm having this issue trying to upgrade process intances using WorkflowProcessInstanceUpgrader as described at http://docs.jboss.org/jbpm/v5.4/userguide/ch.core-basics.html#d0e2318   This is t...
    Profile Photo
    last modified by zabalet
  • How to get tasks based on a Process ID in jBPM5.3

    Hi,   Is there any method to get the list of prospective tasks associated to a Processinstance..?   Thanks, Aadav
    Profile Photo
    last modified by aadav86
  • Accessing jBPM REST api using .NET web services

    Hi,   I'm very new to jBPM.   I'm trying to access the jBPM Rest api, but i end up in getting the login form or HTTP 408 Error (Timeout)   the url i'm trying to access is,   http://localhost:8...
    Profile Photo
    created by nbsiva90