Questions tagged [redhat-brms]

For development issues encountered while using Red Hat JBoss BRMS

Red Hat JBoss BRMS is a programming platform to easily capture and maintain rules for business changes, without impacting static applications.

Click here for free development subscription which allows you to download Red Hat JBoss BRMS for development use https://developers.redhat.com/downloads/

52 questions
0
votes
1 answer

What is the replacement for 'KnowledgeAgentConfiguration' properties in Drools 7.x?

In my current project (Using Drools 5.5) we are using following properties of 'KnowledgeAgentConfiguration'…
Singh
  • 21
  • 2
0
votes
1 answer

How to assign ruleflow group in json when call rule service with rest

I am using rest to fire rules in brms7 defined with ruleflow group, the json data I put like the following: { "commands": [ { "insert": { "object": { …
Lan
  • 119
  • 12
0
votes
1 answer

How to handle drools exception so that an exception in a single rule does not impact the whole execution?

During Drools execution, if I get any exception in any rule, the rule engine should skip the specific rule and execute rest of the rules in knowledge base.
pai
  • 33
  • 1
  • 5
0
votes
1 answer

How to dynamically select drools rules for execution at business rule task level?

I've few drools rules that I want to use in different rule flows. Since, Drools rule supports only one ruleflow-group name at a time and rule flow business rule task also can be mapped with single ruleflow-group, I'm not able to use same rule in…
pai
  • 33
  • 1
  • 5
0
votes
1 answer

Can I connect Red Hat Developer Studio with Red Hat Decision Manager?

Is there any way to connect RH Dev Studio with Red Hat Decision Manager? What is the ideal process to develop rule and keep the rules in sync in both local env and RD DM.
pai
  • 33
  • 1
  • 5
0
votes
1 answer

How do you make a ruleflow-group using JBPM Guided Rules?

I am trying to minimize the amount of code my fellow teammates have to do since they do not know either java or mvel. I am unable to place make them as a Decision Table because we perform calculations in the RHS (then), I am wondering if there is a…
Balry
  • 77
  • 10
0
votes
0 answers

Drools unable to import projects from (Git Lab) to Workbench

I am using Red Hat BRMS 6 to clone my remote repository project into workbench (Business central). It says cloning is successful but unable to open the project in editor. Logs: 2018-04-02 18:47:05,793 INFO …
Suresh
  • 515
  • 1
  • 8
  • 21
0
votes
2 answers

How does Open Source Drools and RedHatBRMS differ. Is it not a good idea to use Open Source Drools in Production environment

Based on my understanding, all the components in RedHat BRMS can be achieved by integrating various drools components. So, is it a bad idea to use drools in Production?
Java_deep
  • 74
  • 1
  • 9
0
votes
1 answer

how to set JVM setting in Jboss EAP 6.4 for BRMS

I have installed the deployable version of JBoss BRMS 6.4. My linux virtual machine has 09 Gb of Memory. To control the JVM memory, I adapt standalone-secure.conf file by modifying the JAVA_OPTS line: JAVA_OPTS="-Xms6G -Xmx6G -XX:MaxPermSize=3g…
juhou
  • 11
  • 2
0
votes
1 answer

Error calling drools REST API with data object contains a list

I'm running into an issue where I'm trying to call drools using the REST API and as part of my layload I'm passing the main data object, plus a 2nd data object which will be my response object. So, the idea is to have an empty response object in…
Mike
  • 269
  • 3
  • 8
  • 20
0
votes
1 answer

Get the rules fired in redhat BRMS back in Java

We are using Redhat BRMS 6.4 for our application which is developed using Java. For better logging capabilities, I was thinking of logging the rules fired in Redhat BRMS. Is there a way we can get back the rules fired in BRMS back as…
Joydeep Gupta
  • 51
  • 1
  • 8
0
votes
1 answer

Error converting xls decision table to decision table in BRMS workbench

I found similar issue here on StackOverflow but that had no answers: Error converting xls decision table to guided decision table BRMS I have my xls file like this: After uploading it as Decision Table (Spreadsheet), the table "validates" okay…
Rupesh
  • 181
  • 2
  • 12
0
votes
1 answer

Rest endpoint and sample json request to call rules deployed in jBPM?

I created sample rule project through KIE workbench 6.3.0 and deployed it successfully through the console. This endpoint gives me the deployment details succeesfully ->…
hMenon
  • 1
  • 1
0
votes
1 answer

How to get Rule Definition from DRL File in BRMS

Is there a way to get a rule definition from a DRL file in JBOSS BRMS using rest or java API? I have a Kie server where my container is loaded, can I get the rule file definition from the container using API or REST call. We are using…
RaRa
  • 140
  • 7
0
votes
1 answer

Jboss BRMS return multiple facts for one input

I have a requirement to return all matching rows (or facts or objects) in Guided decision table.But if i put same condition in guided decision table then it give me warning of having duplicate conditions or only one row executes. Could you please…
V.S
  • 165
  • 1
  • 1
  • 9