Questions tagged [kie-server]

95 questions
0
votes
1 answer

JBPM 7.73 Docker image, Custom Task fails with Dependency artifact not found for uploaded jar

I'm trying to get a custom task working in the default docker image. Basically I used this https://github.com/hbelmiro/jbpm-work-item-handler-demo project adapted the Version to 7.73.final. I then ran maven install and uploaded the custom task via…
Carsten
  • 1
  • 2
0
votes
1 answer

Repurposed Kie server having classpath issue with a higher version of com.fasterxml.jackson.core:jackson-databind:2.13..2.2

I have a classpath issue for a repurposed Kie server (a spring boot service based on 2.6.6 spring-boot-starter packages) for rule engine as a service. This service already have a transitive dependency on…
0
votes
1 answer

How can make Kie-server to use external H2 database?

I have h2 database and I want Kie-server to connect to that database. Can someone help me to make it work. Following is the configuration I have done:
0
votes
2 answers

JBPM business central error After configuring database security domain

I've been trying to configure JBPM to work with database authentication I've followed the steps in the link https://techblogtoprogram.wordpress.com/2020/07/19/configuring-db-based-user-login-and-task-notifications-for-jbpm and managed to…
0
votes
1 answer

jbpm persist process in file and kieserver

I have following code, and like to save in file and also on kie server, Taken refrence from https://github.com/kiegroup/jbpm/blob/84c98129de79b5dcd38a3fd6645b3807ef0cce3e/jbpm-bpmn2/src/test/java/org/jbpm/bpmn2/ProcessFactoryTest.java#L228 and to…
Ram Sharan Mittal
  • 526
  • 2
  • 7
  • 16
0
votes
0 answers

Timeout deploying an artifact that has deployed many times under JBoss EAP 7.3

I have been running PAM 7.9/JBPM 7.48 for about a year under JBOSS EAP 7.3. My JBPM's KieServer persists using SQL Server. I repeatedly deployed the KieServer yesterday but deploying today fails. 2021-12-16 15:25:53,645 ERROR…
Dr Dave
  • 550
  • 1
  • 6
  • 22
0
votes
1 answer

How to bypass Authentication in Latest JBPM 7.62

I have configured latest version of JBPM which is 7.62, previously I was using 7.58v and I have successfully achieve that how can I bypass user and how I can Claim, Start and Complete any task with any user by using this property which set in…
0
votes
1 answer

GET Rest API Stuck - Read Timeout Error - JBPM / Kie Server

I am using JBPM 7.59, I have made a headless process on JBPM and running it through Rest API Calls. I have a scenario here in which I got stuck in GET Rest Api Call and eventually got Read Timeout. So, my process run smoothly and I reached to that…
0
votes
1 answer

Import and Export JBPM 7.59 Processes

Can anyone please help me here to understand that how can I export all processes of JBPM 7.59 in one folder? or How can I clone a repository? So far what I did is using the below methodology to get the process from…
0
votes
0 answers

KIE Business Central HA - ZK and Helix necessary?

In reference to this: https://docs.jboss.org/drools/release/latestFinal/drools-docs/html_single/#_wb.vfsclustering specficially: If that VFS is located on each local server, then it must be kept in sync between all servers of a cluster. Is it…
0
votes
0 answers

JBPM with Spring as backend service not evaluating #{expression}

I'm having problems with my jbpm application. It does not resolve the #{expression} tags, which, following the redhat course, it should as it states: The #{requiredDocument} syntax in the name is replaced at runtime with the value of the…
L_Cleo
  • 1,073
  • 1
  • 10
  • 26
0
votes
1 answer

JBPM - The 'Processinstacelog' table is showing status as integer instead of text datatype in Psotgres DB

I am using JBPM with postgres DB. I have found in the postgres DB the default table that is 'Processinstancelog'. This table has the 'status' column but showing the 'status' as an integer value(like 1,2,3,4,...) and have data type as…
Akzy
  • 1,817
  • 1
  • 7
  • 19
0
votes
1 answer

FAILURE answer from kie-server (using kie-server-showcase and business-central-workbench-showcase)

I am testing business-central with kie-server both running in docker, both are "showcase" versions. I've made project in business-central with "Cow" model (pic) and decision table (pic) for it. Build & Deploy is successful. After sending json with…
vztot
  • 1
0
votes
1 answer

How to remove authentication of jbpm kie-server

I want to remove the authentication of user for kie-server. For this I have tried to remove the below mentioned configuration from the web.xml file REST web…
S.R
  • 113
  • 11
0
votes
0 answers

Explicitly joining a JTA transaction requires a JTA transaction issue with jBPM 7 and Spring Boot

We use jBPM 7.41 business application with Oracle database. Under high load, transaction timeouts are detected and arjuna marks them for rollback. Then, jBPM executor thread reuse the same transaction and throws a repetitive exception "No active…
Ahmed MANSOUR
  • 2,369
  • 2
  • 27
  • 35