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

Is there any real use case of using of Complex Event Processing (esp. Drools)?

I want to find some problem (use case) in the sphere of Complex Event Processing to solve it and implement the solution on Drools. I will be glad to read any advice. It is needed for my graduate work. Thank you!
0
votes
1 answer

Can't clone repository. org.eclipse.jgit.errors.NoRemoteRepositoryException:

I am trying to clone repository which is in the folder in my system to Redhat BRMS, but unable to clone the repository due to the above error message. I searched for issue, but all answers are explaining about cloning from remote GIT. Please help…
Shruthi H R
  • 9
  • 1
  • 4
0
votes
1 answer

Non Maven Rules Project - Exception in thread "main" java.lang.RuntimeException: Cannot find a default KieSession

For Testing drools application, I created 3 non-maven java projects one containing models/pojos, one containing .drl files for rules and one for testing the rules. In test projects jars created from model project and rules project have been…
kushwah_a
  • 135
  • 2
  • 9
0
votes
1 answer

Drools How to get ruleContext in when or conditions?

I have a requirement to get rule name in my custom function where I use it for some processing , Below code is how I'm trying to do. If this is not possible directly, is there an alternative . BTW currently we are using Drools 5.6 import…
Praneeth
  • 559
  • 9
  • 19
0
votes
3 answers

Drools rules insert new fact and fired other rules dynamic

I am new to drools and the kie-server. I got problem about how to insert new facts in working memory by fired rule RHS(then action) then activate other rules by these dynamic-insered facts. What I expect is when BaseFeature insert into Working…
Zeng xijin
  • 13
  • 1
  • 4
0
votes
2 answers

Editing Package name of a guided rule in RED HAT BRMS

I am trying to edit the package of guided rule in Red Hat BRMS,is there any way I can do it through the UI. Reason for me to ask for it is, I want to restructure the package structure of my project. When I rename my packages, the rules inside the…
Sohail Khan
  • 279
  • 1
  • 3
  • 10
0
votes
1 answer

Accessing nested object in Drools Decision table

I Have a RuleRequest Class which internally contains Product class and Policy Class. I have rules to check for attribute inside Product and Policy class. I need to do it in Excel based decision table. I tried below. First declared variable…
1 2 3
4