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
1
vote
1 answer

How to connect Jboss BRMS (6.4.0.GA) to any database

I have a SQL Server database with a Person table and I want to load a list of these people from the database to an Arraylist or List in the BRMS to apply the rules. how can I do this?
1
vote
1 answer

Changing JBoss BRMS DataSource to use PostgreSQL JDBC driver

I am working to change the default H2 Datasource of JBoss BRMS 6.4 to use PostgreSQL JDBC driver. I am using JBoss EAP 6.4 as container for JBoss BRMS 6.4. The name of my postgresql driver is : postgresql-9.4-1202.jdbc42.jar For the new database, I…
juhou
  • 11
  • 2
0
votes
0 answers

drools activation-group rules not firing and not working as expected

All, I have a simple .drl that is trying to fire rules in a specific activation-group, all in the same default agenda group, MAIN. There are 7 rules, named start, a, b, c, d, e. f. The start rule has an empty LHS and always fires. Rules a, b, and…
Fred Bulah
  • 41
  • 1
0
votes
1 answer

Redhat BRMS & Azure AD Integration

Have anyone tried or know how to integrate BRMS (business central) with azure AD for authentication? currently, we use LDAP.
Kyle
  • 330
  • 1
  • 4
  • 13
0
votes
1 answer

How to use the class DecisionTableImpl from kie-feel-dmn?

Is there a way to use the class "org.kie.dmn.feel.runtime.decisiontables.DecisionTableImpl" without using the entire library set? I would like to load the rules using my database, due to some security policy restrictions.
user1800752
  • 29
  • 1
  • 6
0
votes
1 answer

How to push existing RedHat BRMS project to remote git repository

I have an existing Redhat BRMS Project. I want to push all my Existing project assets present so far from local git to remote Git location( Github). Step 1 : I moved into the .git directory cd JBOSS_HOME/bin/.niogit/REPOSITORY_NAME.git Step 2 : I…
Nithish
  • 61
  • 10
0
votes
1 answer

RHDM 7.9.0 Imported Data Object cannot be parsed

I have a java class that I want to import into RHDM 7.9.0. It imports but a warning message is displayed that the class cannot be parsed. Once imported I am able to view it in the Source view but when I try to open the Model View it shows the…
0
votes
1 answer

Java.lang.ClassNotFoundException: org.kie.api.KieServices$Factory

I have this exception when I try to start spring boot Exception in threat java.lang.ClassNotFoundException: org.kie.api.KieServices$Factory at java.net.URLClassLoader.findClass This is how my pom looks like. I think i'm missing some dependency in…
mrobi
  • 17
  • 10
0
votes
1 answer

Error calling container "xxxxxx": Error unmarshalling input on Redhat Business Central

I'm new in Redhat Business Central and exploring. I have created the application and deployed it successfully. I have a problem when I send a POST to the server. I'm getting an error "Error unmarshalling input". I have attached the screen shoot of…
mrobi
  • 17
  • 10
0
votes
2 answers

Get triggered rule names which is executing on decision server from client side (Redhat Decision Manager)

I am using the REST api for executing rules on Decision Server (Redhat Decision Manager 7.2) using a stateless kie session. I'm currently getting the number of triggered rules, but I also want to get the names of those rules. Is this…
kamilc
  • 15
  • 4
0
votes
1 answer

Is there a way to add a Guided Decision Table to a rule-flow-group in Decision Center (7.2)?

I have ruleflow-groups set up in Decision Central as attribute options on my Guided Decision Rules. I would like to build a ruleflow-group for several Decision Tables. Is there a way to do this in 7.2?
Chuck Herrick
  • 63
  • 1
  • 9
0
votes
1 answer

How to deploy redhat decision central on tomcat

I am new to Redhat and trying to deploy Redhat decision manager( decision central) V7.2 on tomcat server(v 8).As per online help I don't see any documentation to deploy decision central on tomcat. Please let me know if anyone has tried it before?
Souvick
  • 53
  • 1
  • 5
0
votes
1 answer

Creating decision tables in Red Hat Decision Central not reflecting complex types / structures

I have a DMN decision created in Decision Manager 7.3. I have a few data types created, all of which are "structures" (i.e. complex types) with nested fields. I have created a decision table of which the condition column is bound to one of these…
0
votes
2 answers

How to invoke decision service as a stateless session in Kie (RedHat Decision Manager)

I have just installed RedHat Decision Manager 7.3 and can deploy a decision service. So far, I have been using the /server/containers/instances/{containerId} endpoint to call my service, where the payload lists commands to insert objects into…
Justin Phillips
  • 1,358
  • 2
  • 12
  • 26
0
votes
0 answers

How can I deploy a project using business central?

I'm trying to deploy a project created in business central. Currently I'm using docker's jboss/drools-workbench container, and whenever I click on the deploy button I get an error message (see below). I have looked at the server log and there was no…
rzelnick
  • 1
  • 5