Questions tagged [drools-kie-workbench]
28 questions
3
votes
0 answers
how to use data sets or data source to inject data into my rule in drool-workbench?
I am new to drools . So I need help with developing my application.
My question is
What all the way to inject data into my rule(rule is available in drools-workbench )
Is it possible to inject data into my rule from data-sets or data source (this…

Suresh Mgm
- 39
- 3
1
vote
1 answer
Drools API not updating value as expected
MyProblem: Based on TrainData I want to set the value of TrainStatus via postman call but I am not getting expected response.
How i can achieve this ?
I have created two data objects-
TrainData-
Column A
Column…

Shalini
- 11
- 3
1
vote
1 answer
Drools Workbench - multiple repositories
I have multiple repositories on github cloned into my drools workbench. All of the repositories have the same structure but different content in .gdst files. When i create a new .gdst or another file in one workbench, how can i copy/push these files…

Stefan Tasic
- 11
- 1
1
vote
0 answers
The property org.appformer.m2repo.url is not correctly set
When I am trying to create a project under space with jbpm 7.31, I am getting the error below .
15:49:13,079 WARN
[org.guvnor.m2repo.backend.server.M2RepoServiceImpl] (default task-4)
The url null is not valid. Using the default. 15:49:13,079…

user2724604
- 89
- 1
- 3
1
vote
2 answers
Property to add to Business Central to Discover Kie Execution Server?
I have installed both Business Central and Kie Execution Server 7.1 on WildFly 14.
Business Central is available at: http://localhost:8080/kie-wb
Kie Execution Server is available at: http://localhost:8080/kie-server
I'm trying to figure out how to…

Francesco Marchioni
- 4,091
- 1
- 25
- 40
1
vote
0 answers
KIE Workbench: How to triggers rules in workbench from java application?
I have installed KIE Workbench and KIE server on Docker.I have the artifact in drools workbench. Now I am trying to run the artifact from eclipse.
I tried doing this :
KieServices ks = KieServices.Factory.get();
KieContainer kContainer =…

learner
- 26
- 5
1
vote
0 answers
Not able to override previously build project with the user having developer roles on kie-wb-7.5.0.(drools)
I am not able to override the previously build project when I build&deploy it with the user having developer roles on kie-wb-7.5.0.Final-eap7. I have given all the permissions to the developer.
how we can give the developer, the permissions to…

ankit lohchab
- 11
- 1
1
vote
1 answer
kie-server installation for Tomcat container; Deployment of kie-server.war failed
I am trying to install kie-server for apache-tomcat-8.5.20. Tomcat is running but kie-workbench is not getting started. It throws the following error:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to…

Stuti Verma
- 1,059
- 13
- 32
1
vote
1 answer
Error cloning remote repo to kie workbench
I'm new with drools and especially with the kie-server standalone. I'm working on a POC for my project and I'm having some issues trying to deploy an artifact from a remote repository. I created a remote repository (as a maven artifact) and one…

mcalcagno
- 123
- 8
1
vote
2 answers
Kie-Drools Workbench Deployment Error
I have used Wildify10 & kie-drools-wb-7.0.0.Final-wildfly10.war & kie-server-7.0.0.Final-ee7.war to deploy and use the KIE Workbench for Drools.
When I start the wildify, it is unable to deploy both kie-drools-wb-7.0.0 & kie-server-7.0.0. It…

Akshat Sharma
- 41
- 3
1
vote
1 answer
How can I trace drools rule execution in KIE server?
How can I enable rule engine tracing/logging when the rule application is running on KIE server?
The rule application was created in the Workbench, and contains no custom code. I am able to execute the rules using the KIE REST API, but the rule app…

RMorrisey
- 7,637
- 9
- 53
- 71
0
votes
1 answer
Drools Workbench not configuration in Wildfly 10
I am using drools workbench 6.5.0 and trying to configure into Wildfly 10. I am gettings below error.
Cannot upload deployment: {"WFLYCTL0080: Failed services"…

G.Balakrishnan
- 19
- 2
0
votes
1 answer
Bookmarkable URL to a project in Kie-Workbench?
Is it possible to bookmark a specific project in Kie-Workbench?
Let's say I'd like to bookmark the sample Mortgages project page in Kie-Workbench:
Browser address bar contains such…

Sergej Panic
- 854
- 5
- 8
0
votes
1 answer
Kie-workbench drop-down list using enumeration definition
I am new in the drools , I want to know how can we use Enumeration definition for list of data as drop down in GDST.
I have done the drop down list in GDST by using option "Add condition" but its a static. I need data in drop-down dynamic data.

Amit Kumar
- 31
- 4
0
votes
1 answer
How can we create dynamic drop down list in Drools(Kie server)?
I need to work on drop down list in Kie server for Drools using "GUIDED DECISION TABLES".
where I can make drop down list which is constant. But, I need to read the data from backend of code as list of string and then the same I can display in drop…

Amit Kumar
- 31
- 4