Questions tagged [kie]

KIE is the shared core for Drools and jBPM. It provides a unified methodology and programming model for building, deploying and utilizing resources.

KIE (Knowledge Is Everything) is a new umbrella name for for Drools, jBPM, OptaPlanner and UberFire. It provides a unified methodology and programming model for building, deploying and utilizing resources.

536 questions
-1
votes
1 answer

Drools worker Thread taking too much time, throwing sun.nio.fs.UnixException

I have an application where in which I use drools workbench(KIE) for rule validations in Java. Now I am facing something odd with this drool worker thread which gets created while firing rules. On an average, response time for the rule execution is…
Jince Martin
  • 211
  • 1
  • 3
  • 14
-1
votes
1 answer

Drools - Clone Github Repo

I have created a K8 deployment for KIE WB and KIE Server. For KIE WB I have created a Docker Image that configures the Post Commit hook so my repos are pushed to GitHub. All of this works great. My question revolves around restoring a repository…
Gabe
  • 49,577
  • 28
  • 142
  • 181
-1
votes
1 answer

Unable to setup KIE workbench and KIE server 7.35 on Wildfly 14

I managed to deploy KIE workbench and server 6.4.0 on wildfly 8.2.1. but When trying to deploy version 7.35.0 on wildfly 14.0 it fails with the following error : "WFLYDS0022: Did not receive a response to the deployment operation within the…
SRM
  • 3
  • 1
-1
votes
1 answer

How to override a project deployment in jBPM

I want to override my old deployment but I can not do it. I am using jBPM 6.5.0.Final. I can deploy my project for the first time without problems. But if, for example, I make some changes on my project and want to deploy it again it fails and shows…
Bashir
  • 2,057
  • 5
  • 19
  • 44
-1
votes
1 answer

I'm using Workbench. what is Rest API Configuration?

I installed Workbench from jbpm-installer-full-7.1.0.Final.zip using ANT install.demo. Then i start it using ANT start.demo. i import repository "https://github.com/kiegroup/jbpm-playground". What is the configuration should i do to use rest api…
ibra123k
  • 11
  • 3
-1
votes
1 answer

Cannot find kbase, either it is not exist or there are multiple default kbases in kmodule.xml

I am using Kie workbench 6.3.0 to create rules. I am using kie server runtime. I have created project in kie-wb and added kie-base, packages and have set to stream mode from Project Editor. Following is the kmodule.xml generated:
Pradnya J
  • 91
  • 1
  • 7
-1
votes
2 answers

how can i generate .drl file through programmatically .Any example would be helpful for me

I searched lots of sites but unable to find any specific related example on .drl file generation . Documentation is also not worthy about .drl file generation.
-1
votes
1 answer

Kie Execution Server produces StartException when deploying kie-server-6.3.0.Final-ee7.war

I have been trying to deploy my rules from Drools Workbench to the Kie Exectution server but to no avail. I am using Wildfly 8.2.1.Final, with drools 6.3.0.Final, and JDK 1.7.0_79. I have ant Environment variable set, as well as the maven one. Below…
Martin J.
  • 13
  • 6
-1
votes
1 answer

How to use conditional logic ( or a NOT ! Operator) in a Drools Guided Rule?

All, Am using Drools Workbench 6.2.0.Final to declaratively create Guided Rules... My situation is something like this: Have a Loan Data Object with the following attributes: state - String amount - double interestRate - double message -…
PacificNW_Lover
  • 4,746
  • 31
  • 90
  • 144
-2
votes
0 answers

NoSuchMethodError while trying to upgrade POI version

I am getting the below error when I try to upgrade the POI/Drools/XMLBeans artifacts while fixing the vulnerabilities. I suspect there is some incompatibility in the jars that i am trying to upgrade to. Can someone please help ? Thanks in…
-3
votes
2 answers

Need to establish Database connectivity in DRL file

Need to establish Oracle database connectivity in drools to get some data as and when required while executing the rules. How do I go about that?
Sindhou
  • 1
  • 1
1 2 3
35
36