Log in to follow, share, and participate in this community.
Thread JBPM 6.4 with Sybase ASE 15.7
JBPM 6.4 with Sybase ASE 15.7Dear Team I am trying to configure JBPM 6.4 with Sybase ASE 15.7, The jbpm-console.war is deployed but i am getting error when trying to build and deploy a project. The configuration done is : 1) we are usin...
Creating Business rule taskAlthough I have worked on JBPM 3 for 2 years, I am new to JBPM6.I am trying to creating a JBPM process with Business Rule task. On 'On Entry Script' , I have choosen the script lang as Rule and wrote the rule file in ...
Thread StaleObjectStateException while using SINGLETON runtime strategy
StaleObjectStateException while using SINGLETON runtime strategyHi, I have deployed two deployment units to the runtime that uses SINGLETON strategy. When I try to run concurrent transactions using JMeter, I get the below exception. The exception clearly states that this i...
Thread Cannot add asset: Process : Task node [2] has no task type
Cannot add asset: Process : Task node [2] has no task typeHi, i am new to jbpm and using jbpm 6.4 version. I tried to execute a asyncronus service task but im getting below error. Oct 17, 2016 4:27:53 PM org.drools.compiler.kie.builder.impl.ClasspathKieProjec...
Thread Kie Work Bench Has this issue where On Save bpmn xml it adds "taskName" as DataInput and when we import into Eclipse Throws "Data Input TaskName has no Data Type" although TaskName is not DataInput for the Webservice Activity.
Kie Work Bench Has this issue where On Save bpmn xml it adds "taskName" as DataInput and when we import into Eclipse Throws "Data Input TaskName has no Data Type" although TaskName is not DataInput for the Webservice Activity.
Thread [JBPM 6.4] Boolean Process Variable casting error
[JBPM 6.4] Boolean Process Variable casting errorDear Team, An error occur when a process variable of type Boolean is used inside a process: when starting a new instance, if we set the Boolean process variable as "true" or "false" we got the below error : A...
jbpm logging in tomcat 7I have successfully implemented jboss-bpmsuite-6.3-deployable-generic on Tomcat 7.0, but I am not able to turn-on the logging where BPM suite can log all the details the way in EAP we have standalone.xml file. any di...
Thread Getting a SunCertPathBuilderException while installing jbpm
Getting a SunCertPathBuilderException while installing jbpmHi, I am new to JBPM and drools. I am trying to install jbpm and drools in my laptop, but i am getting a SunCertPathBuilderException exception which is blocking my installation. Request you to kindly suggest o...
Thread How to Start multi JBPM server instance on same machine?
How to Start multi JBPM server instance on same machine?i'm trying to start multi JBPM server instance on my machine for different purposes. first i started with wildfly-8.1.0.Final and start it using wildfly-8.1.0.Final\bin\standalone.bat it ran normally and now i have ...
Thread Save Task Data in JBPM 6 without competing the work item ?
Save Task Data in JBPM 6 without competing the work item ?Hi, I wanted to save the work item(Task) data without completing the task.So is there a way to do that because taskService.setOutput function returns "not yet supported". Any information would be reall...
Not able to send signalHi Guys, I've a scenario that error event sub process should wait for signal (intermediate catch signal). Please find the process model in below. When I try to pass the signal it's not reaching. Can a...
How to create dynamic tasks using JBPMHi, I have requirement which has One Human Task of type Task1. On completion of task 1, I will get a number which will decide how many human tasks need to be generated of Task type 2. Example: Suppose I complete Ta...
Thread How to store variable in the database without starting any process
How to store variable in the database without starting any processHi everyone i'm thinking about a way of storing a global variable in the jbpm database without starting any process so that, whatever the process is, it can get access to this variable. i'm using jbpm ...
Thread How can i get the human task id defined in bpmn files?
How can i get the human task id defined in bpmn files?List<TaskSummary> tasklst = client.getTasksByStatusByProcessId(processInstanceId, parmlst, "en-UK"); long taskid = tasklst.get(0).getId(); this taskid is not the the human task id defined in bpmn files,...
Thread Intellipaat provides Drools & JBPM online training
Intellipaat provides Drools & JBPM online trainingIntellipaat provides Drools & JBPM online training Hi, We will start Drools & JBPM online training from 30th March’13. Training will be 70-80 % hands on. Our institute is the market lea...
Thread drools-guvnor/rest/packages returning empty Xml
drools-guvnor/rest/packages returning empty XmlHi Im very new to JBoss Drools Please help me . Currently in my project we are using Guvnor 5.6.0 version for our Rule Module. In this ,in our web application i need to retrieve all the packages which we have create...