Jbpm 6.1 databaseHello, I'm trying to build a spring + jbpm6.1 project, I used the scripts included in the forder jbpm-installer/db/mysql and configured the persistence.xml. I noticed that the entities defined (for exa...
changing KIE Workbench lookHello, I want to integrate KIE Workbench with other portal. Is there a easy way to adapt Workbench look to the portal look? There are some .css files in jBPM .war, but is there any API to design Workbench loo...
Throw Signal eventHi - I am exploring more on signal events in jBPM 5.3.1 version, have a requirement where I need to restart the follow based on Rejection response from human task node. I have achieved it with below flow but was looki...
jBPM data importHi, 1) Is there a way to import data into jBPM? I mean non-programaticly, normal user. Users, their roles, processes (not only jBPM but other BPMs too) etc. What other things can be imported? How it can ...
How to establish jBPM on serwer?Hello, I'm running jBPM on localhost:8080. How to establish jBPM in network (I'm trying to run it inside LAN). I run jBPM on localhost:8080 computer A. I have a LAN. I type on computer B internet brow...
Task Id per process instancehi the rest API in gwt-console-server does not have any API by which i can get the task of a particular actor using the process instance id . Let say A actor is involved in 2 diffrent processes and is...
jbpm workbench auto convertingDear all, I was trying to use Kie WorkBench. I have done 'ant start.demo'. And then I entered 'http://127.0.0.1:8080/jbpm-console' on my web browser. But it is always auto converting to 'http://127.0.0.1:8080...
Remote Rest Api@ Hi everybody, I'm trying to execute the Evaluation example with the remote rest api (deploying jbpm 6.0). When i'm using the jbpm console to create new instance of this wf, it's works fine. I view each task f...
Thread issues about the bpmn2user JBPM5 Web Example
issues about the bpmn2user JBPM5 Web ExampleHi, i tryed to make the bpmn2user JBPM5 Web Example running in eclipse and tomcat 6.0.35 (before deploying its war directly in the tomcat webapp directory) i thought that i just had to execute it on maven (mvn eclip...
Thread JMS listener class in a message start event?
JMS listener class in a message start event?Hi Experts, We have a requirement to trigger a workflow whenever a message is Enqueued in Active MQ. Need help in configuring a JMS listener class in a message start event? Many Thanks, Jay.
Adding roles to jBPM 6.0.1 FinalHi, I am trying to add roles to jBPM 6.0.1 Final so that this new role can only see certain menu items. Like for example if a user with the new role logs in he/she will only be able to see the Deployed menu item...
jBPM6 deployable package in Tomcat7Hi , I followed the steps given in documentation from RedHat site for deploying jBPM in Tomcat 7 This has steps to setup transaction manger and business-central and dashbuilder. I downloaded jboss-brms-6.0.2....
Thread Why ctrl+Z for auto-complete in web task form markup editor?
Why ctrl+Z for auto-complete in web task form markup editor?Hi, I'm curious - why was ctrl+Z chosen for the auto-complete keyboard shortcut in the web task form markup editor? This seems a poor choice since ctrl+Z (or command-Z) is commonly the shortcut for 'undo' in editors a...
How to deploy jBPM and Drools on JBoss ASHi, I made a simple jBPM 6.0.1 project(Maven project with Java classes and bpmn files) and i would like to deploy it on JBoss AS 7.1.1. I've tried to import it to jBPM console, but i have serveral errors and i...
jBPM 6 in EclipseHi! I have just started my working with jBPM6. I can make new jBPM Process with "a simply hello world process", but I don't know how to use it and i'm looking for some tutorial, in which I can see how to use jBPM in ...
How to run jBPM 6 process from XMLHi, I read that I can make jBPM process in XML so I want to do that. Can anybody tell me how to start process which is made in XML? Or convert my XML to BPMN? Some functions or something else? Please, give me some ex...
Thread generate error at the time of "create process instance" as
generate error at the time of "create process instance" asERROR [STDERR] org.hibernate.PropertyAccessException: could not get a field value by reflection getter of org.jbpm.job.Job.id at org.hibernate.property.DirectPropertyAccessor$DirectGetter.get(DirectPropertyAcc...
Important Missing Rest Call in JBPM6Hi I need certain REST calls in JBPM6 that I can't find 1) How to list the tasks of a process 2) how to list the process of a deployment 3) how to get the current taskId of a process instance ...