Questions tagged [business-rules]

A business rule is a statement that describes a business policy or procedure. Business logic describes the sequence of operations that is associated with data in a database to carry out the rule.

A business rules engine works by separating execution code for business rules from the rest of the business process management system. This allows the end user to change business rules without having to ask a programmer for help. When a change is made, the engine will evaluate the change's effect on other rules in the system and flag the user if there is a conflict. Business Rules Model

497 questions
0
votes
1 answer

ruleset.trace.enabled=true but trace not enabled for Business Rules on Bluemix

I am trying to trace my rules that are deployed on the Business Rules service on Bluemix. I set the ruleset property ruleset.trace.enabled to true, however, this does not seem to enable tracing (like it did for ODM). What am I doing wrong?
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

Java - Managing many if else statements which must be easily changed

I have a little design dilemma. I have java and sql and no rules engine. I don't want to implement a full on rules engine either. My scenario: I have some input data, ie. code, description and an amount. Using these i will pass them into a function…
Ken
  • 127
  • 2
  • 11
0
votes
1 answer

How can I use DVS tests with the Business Rules service on Bluemix?

I have set up DVS (Decision Validation Services) tests for my ODM rules, and want to use them for the rulesets deployed on Bluemix. How can I do so?
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

Input parameters and Business Rules service on Bluemix

My rules (that were executing correctly on ODM) are not executing correctly when deployed on the Business Rules service on Bluemix. I added tracing and found that the input parameters were not correctly initialized. How do I fix this?
z_blue
  • 350
  • 3
  • 20
0
votes
1 answer

Interceptors and the Business Rules service on Bluemix

My ODM application uses interceptors. I am trying to deploy my rules on the Business Rules service on Bluemix. How do I configure the Business Rules service to use interceptors?
z_blue
  • 350
  • 3
  • 20
0
votes
0 answers

Are my ILOG rules getting invoked or is it an issue with my ILOG trace?

I am using IBM's ILOG 7.1 via Java (aka JRules). I need to debug some pre-existing functionality, where there is a set of rules being executed. Only some of the rules that should be executed are actually in the output of my trace. So I'm left…
entpnerd
  • 10,049
  • 8
  • 47
  • 68
0
votes
2 answers

Using multiple MBaaS accounts for a business

Is it ethical, (and also legal) to use Parse.com or a MBaaS in a way that I can create apps for businesses, by creating a separate account for each business? For example, to limit the amount of requests that my one account makes, I wouldn't put 10…
0
votes
3 answers

Java based workflow engine required

I am looking for a java based workflow engine which is powerful enough to have most of the workflow features but simple to implement. Features like transition from one state to another based on approvals by people who have permission to approve a…
Unknown
  • 11
  • 1
  • 3
0
votes
1 answer

Checking whether any of the string from a list of strings is present in a paragraph(string)?

I have a list of strings and a string value in my bean file. Here is my bean file public class DataBean { List combinations; private String story; public String getStory() { return story; } public…
Yatin
  • 727
  • 1
  • 9
  • 40
0
votes
1 answer

Drools Fusion time sliding based windows

I cannot undestand how JBoss Drools inference engine works with complex event processing (drools fusion). Actually i created a rule in order to deny a transaction if more than 2 transactions occour in less than 5 seconds. Here is the rule rule "more…
0
votes
0 answers

Business Rule - Specified cast is not valid

I have searched for the answer to this question, and just can't seem to find it for my situation, or I just haven't grasped it yet. I am working on a business rule for my company's business software and am receiving the "Specified cast is not…
0
votes
1 answer

Workflow Foundation BRE missing Regex

I'm using WF BRE and try to use regex in rule condition. But there is no regex. The namespace System.Text.RegularExpressions does not exist, neither the Regex.Match method. I tried to add: using System.Text.RegularExpressions; to my Rules Designer…
JKL
  • 21
  • 8
0
votes
2 answers

jbpm business rule task example

Can some one provide me an working example for jbpm business rule task ? I tried creating one via jbpm work bench and executed via jbpmn eclipse plugin. It seems buiness process and rule task are not able to sync each other . Some times rule gets…
Sekhar
  • 961
  • 5
  • 15
  • 27
0
votes
1 answer

OWL 2 ontology consistency check

I am trying to change SBVR Rules to Ontologies(OWL 2) and then running a consistency check on them using Hermit Reasoner. However even in case of inconsistent rules and thus inconsistent ontologies, the Hermit Reasoner is showing the ontology to be…
0
votes
1 answer

How can I install the Rule Designer on Eclipse for the Business Rules service on Bluemix?

I want to use the Business Rules service on Bluemix (powered by ODM) provided by IBM. I have tried to setting up Rule Designer into Eclipse with the manual. However, I can’t find the URL or Location for Eclipse update site on this manual. Could you…