-
Deployments were a holdover from the older JBPM 4.x object model and don't really make any sense in the JBPM 5.x world. So, we should migrate all functionality currentiy under Deployments and move to…
-
Matt found that in the webapp was getting a 500 error when making multiple calls to `/processInstances/active/{id}.{ext}/status`. I wrote a script to make concurrent calls to the endpoint. I logged th…
-
may be benign.
possibly resolved with WELD 2.0 ??
-- https://issues.jboss.org/browse/AS7-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
lots of stack traces as follows:
06:3…
-
If a workflow is updated while instances are still running, this can lead to errors, for example when completing tasks for the workflow. There is really no way to know strictly whether changes to the…
-
After downloading, unzipping and moving the new lib in place, I get the following in IntelliJ 13 when I try to open my project.
11:40:41 AM Unknown Module Type
Cannot determine module typ…
-
Error still exist even by mvn clean install -U
1. git clone https://github.com/droolsjbpm/jbpm-console-ng.git
2. mvn clean install -U
# My build Environment info
mvn --version
Apache Maven 3.0.4
Mave…
-
I found that this error is in all branches
1.git clone -b 6.0.0.GA.x https://github.com/droolsjbpm/jbpm-console-ng.git
2.mvn clean install
something is wrong?
....
[INFO]
[INFO] ------------------…
-
1) Setup the LDAP Properties into JBoss System:
https://community.jboss.org/wiki/JBossAS7SystemProperties
2) The LDAP Properties Expected are defined within:
http://docs.jboss.org/jbpm/v5.3/userguide…
-
Client will need to register listeners to all ksessions. Since the client should not modify the jbpm-ee-services war, either we need to provide client accessible functionality in the RuntimeManagerBea…
-
jboss/brms/controller, jboss/brms/features profile name are still too confusing
Why :
- BRMS stands for Business Rules Management System and we are using it to deploy now 'Web Console' categorised a…