The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 views

Error when generating the WSDL / rule project

I am working on a rule project with WODM 7.5. I deploy my ruleApp project from rule designer to rule execution server, and when i want to download/print the WSDL I get this error : ...
0
votes
0answers
11 views

String to date + treatment + date to string

I am working with WODM rule designer V7.5, my XOM is an XSD I should compare the date of a transaction with the current date, so if a client does a transaction, the expiration date of his account ...
0
votes
0answers
15 views

Assigning a Rule to More than one RuleGroup

I am using drools5.5.0 for defining the rules. In that., I need to assign a rule (say RULE_ONE) to more than one RuleGroups. I need to execute that rule while firing two rule groups. Is it possible to ...
0
votes
1answer
36 views

claim processing with policy variants using drools and jbpm?

I'm trying to build an claim processing system. There will be multiple variations of insurance policies (based on the negotiations with individual clients). Aim is to keep a base policies per provider ...
0
votes
1answer
33 views

How do I Use the Drools debugWorkingMemorylistener?

The following line of code straight from the documentation ksession.addEventListener(new DebugWorkingMemoryEventListener()); prompts the following error in eclipse The method ...
0
votes
0answers
11 views

How to implement businessrules in ria services

I'm currently doing some research about RIA Services, but I can't seem to find HOW to implement business rules. Is there any tutorial or paper on doing this?
2
votes
5answers
122 views

Complex decision system modified by user - Java

I have a problem and I would like to ask for alternatives on my existing technologies since the programmed feature would be complex and would be given to users, so it should be as simple as it can be ...
0
votes
2answers
57 views

Lightweight java properties UI for business people

Basically I have a composite service layer on top of backend services. The composite layer serves the fronts by simplifying queries etc... The idea has been to keep application logic out of the ...
2
votes
0answers
47 views

Troubles with drools class loading

I have a problem with my drools but i can't define what exactly problem is so sorry for poor explonations. Here comes my drl file: #created on: 17.05.2012 package ru.abc.one.rules; import ...
1
vote
1answer
25 views

Custom Diagramming Tool [closed]

We have a custom business rules engine that stores rules within XML. The XML is currently editied and understood by fairly technical people. There are a couple of use cases that are being developed ...
-2
votes
1answer
44 views

Drools.NET can be usable now? [closed]

Can anyone help me about Drools.net? It's last build date is 23-Mar-2007. I couldn't find any proper documentation related to this. Any other options? Please help me on this. Thanks in advance!!! ...
1
vote
1answer
47 views

Suggestion to execute rule expressions

We have a situation where the user will define some set of business rules or expressions. That will be look like, if(riskvalue <= 100) // condition notifyObservers() // action remarks ...
3
votes
1answer
175 views

Business Rules Engines in .NET with Designer [closed]

I'm looking for (preferably commercial) business rules engines in .NET that include a GUI designer that serializes the rules into something that can be stored in a database (preferably XML). I've ...
0
votes
1answer
48 views

Deploy Rule Service WSO2 Business Rule Server

I was trying to deploy a rule service with WSO2 Business Rule Server I exactly followed this link ...
-2
votes
1answer
54 views

Business Rules Dirven, multi-tenant Integration layer based on ESB [closed]

We are thinking about an integration layer (not from scratch) solution based on some ESB. Requirements are very much abstract for the time being, but can be listed as follows: The integration layer ...
0
votes
0answers
41 views

Dynamic Domain in ILOG Jrules needs manual synchronization?

We want to dynamically load the domain values from database. We have created the required dynamic domain plugin, but seems we need to manually sync the data each time the domain values in database are ...
1
vote
1answer
106 views

$params in business rule

Does business rule's $params use current class attributes as it's indicators? I met below code in a class and there was no initialization before it for $param. project is an attribute in this class. ...
0
votes
0answers
156 views

JBoss Drools planner alternatives

I am searching for an alternative to the JBoss Drools planner. I want to build a schedule in my school. But Drools planner is to complex. Users should create their own schedules with own rules. Drools ...
0
votes
1answer
153 views

Execute business rules dynamically on an Oracle table

I am trying to apply some business rules (inclusion and exclusion rules) on an Oracle table and update a status column based on the rules. A file will be later extracted from this table based on the ...
0
votes
1answer
117 views

Why is Fluent Validation's IsEmpty rule triggered for my `Id` property that has a value of zero?

I have a view model ApplicantProfileModel that works in all respects. It declares a property [HiddenInput(DisplayValue = false)] public int Id { get; set; } and this property is present in a ...
0
votes
3answers
78 views

How do I say I want one out of three FluentValidation rules to be applied?

I have a set of phone numbers, and not everybody has one of each of these numbers. How can I specify that any of the three being satisfied is good enough: RuleFor(p => ...
0
votes
0answers
35 views

What's the difference between RuleAgent.POLL_INTERVAL and drools.resource.scanner.interval properties in Drools Expert?

What's the difference between RuleAgent.POLL_INTERVAL and drools.resource.scanner.interval properties in the configuration of the KnowledgeAgent in Drools Expert?
0
votes
1answer
90 views

Why is my KnowledgeAgent not taking into account rules changes?

I have a simple use case of the Drools Expert KnowledgeAgent. I'm using Drools 5.3.0.Final and my rules are already compiled in Guvnor 5.3.0.Final. My changeset xml file looks like the following: ...
0
votes
3answers
210 views

How to implement and test complex business rules for POCO classes

I'm using EF5 and have entities in POCO classes. My first question is what is the best place to implement business rules and validation? My first guess is to place it directly into POCO class into ...
3
votes
2answers
154 views

How can I centralize business rules between SQL queries and application logic (ColdFusion 8)?

I've slowly but surely been re-factoring one of my client's websites to improve the overall business logic and avoid duplicate code. One of the primary areas I've been working on is the products in a ...
0
votes
1answer
119 views

Java: How to marry JPA and high-level business rules? (Bounded contexts)

Question context So I organized my application into bounded contexts (Eric Evans' "domain-driven design"). One of the bounded contexts is the "gameplay context." It, for instance, contains an ...
0
votes
1answer
224 views

Expressing a condtion in JBoss Drools

I am using JBoss Drools. I have a business requirement as defined below. and I want to convert it into JBoss Drools DRL format. The Business requirement : I have two sets of location. One is, ...
1
vote
1answer
168 views

rule engine Drools and JESS (work flow engine )

I came to know about 2 rule engine JESS(Work flow engine) and drools by reading lots of document so can you please suggest me which one will be good ? My requirement is something like i am checking ...
1
vote
1answer
70 views

How can I formally express business rules involving foreign key values?

I have a number of business rules I would like to develop a formal means of expression for, so that I can e.g. create view model data annotation type attributes for these rules, or in some kind of ...
0
votes
1answer
106 views

Biztalk Orchestrations Managing BRE Failures

I have been having trouble managing Orchestrations and Business Rule Engines. I wish to capture, in my orchestration, a bre failure so that if a bre failure occurs I chose an alternate routing ...
0
votes
2answers
159 views

Business logic: moving from stored procedures to BRMS. Pros and cons [closed]

We're developing an application which implements business logic in stored procedures on an Oracle database. It has been this way for a few years. The business rules are many, diverse and get often ...
0
votes
1answer
228 views

Modeling Business Rules into database

There's any pattern or modeling technique to store business rules in database? I'm looking for something that gives to my system business rules the same extensibility that EAV (Entity-Attribute-Value) ...
1
vote
0answers
129 views

performing database segmenting via flowcharts?

At work, we design marketing programs which regularly involve taking parts of our customer database and segmenting it -- typical stuff. In the past this has generally been done by individuals using ...
1
vote
0answers
161 views

Asp.Net Mvc 4 Validation Mechanism

What is the best mechanism for validation in Asp.Net Mvc 4, I mean validating at property level (Required, Length, etc) and Business Level (validating against business rules), Is it a bad idea to ...
0
votes
0answers
95 views

How to use additional input parameter in Stored Procedures for CUD actions OpenAccess ORM

For our business Entity model we want to use Stored procedures for the CUD actions to map the business model to our database model with OpenAccess (database is SQL Anywhere). The Retrieve action from ...
0
votes
0answers
69 views

cluster compatible brms api

I am using brms tool for creating business rules. But i want cluster compatible api for brms so that i can use it on cluster network. Please tell me if anyone knows about it. final ...
0
votes
1answer
178 views

How to call java class from ILOG JRules business rules

How to call java class from ILOG JRules ? Is there any way or alternative ? kindly share. Well we have in a situation like we have to call a java class method in ruleset. As particular case does ...
2
votes
2answers
203 views

Domain driven design: Domain rules in services and aggregates

I have doubts about the way the domain should enforce business rules when there is more than one aggregate involved. Suppose I have the account and external account aggregates: public class Account ...
1
vote
1answer
239 views

Price Comparison Engine using WSO2 products

We are using WSO2 ESB for an aggregation project. We are getting prices for some products using SOAP from six vendors, response formats are already unified in ESB and each response contains 5-10 ...
4
votes
1answer
151 views

Looking to switch from expensive, flaky Business Rule Management System (BRMS)

I am not an expert in BRMS but I understand some of the basic concepts. I have a limited time to sample alternatives to ILOG .NET. I read through the option suggested by KIZZ on this post: Looking ...
0
votes
0answers
67 views

Handle a business rule with a trigger

I'd like to create a trigger based on a business rule that I ve found out frome the conceptional diagram of my database : The idea, since the business rule is in french, would be that a user ...
2
votes
1answer
141 views

business rule enigne [closed]

We have serveral applications in different programming languages we use Oracle and MySQL as storage. Most business logic is stored inside code and Oracle procedures. Now it becomes a big(ger) problem ...
0
votes
2answers
217 views

BizTalk Business Rule Engine Compare DateTimeNow within a range of dates?

I try to use Between predicate to compare the current datetime with a range of date time. I reference mscorlib assembly and use get_Now() within DateTime class in the assembly to get DateTimeNow. I ...
2
votes
1answer
162 views

Drools KnowledgeBase size

What is the best way to calculate (without serialisation) the amount of heap memory in bytes that a Drools KnolwedgeBase will occupy?
0
votes
0answers
60 views

Anybody know of an open source Excel to script compiler?

I've looked all over the place for an open source program that takes an Excel workbook, and converts its values and formulas into a script. There's a commercial product out there- ...
0
votes
0answers
105 views

business rules and database querying [closed]

I have an ASP.NET website and pages that show articles that are stored in a SQL Server database. The articles to show (so to get/fetch from the database) on the pages are bound to some complicated ...
0
votes
0answers
229 views

I don't quite understand the difference between business processes and business rules

From: Business rules describe the operations, definitions and constraints that apply to an organization. Business rules tell an organization what it can do in detail From: A business ...
0
votes
1answer
735 views

How do I add a CSLA Business Rule that depends on a property contained in the parent?

I am adding a "rounding" business rule to round a decimal property value to the number of decimal places specified in a separate integer property. This works nicely if both properties are members of ...
10
votes
11answers
2k views

Storing Business Logic in Database

We want to write some business logic rules that work on top of certain data to build reports. Not sure which is the best to store them in the database MySQL. It can have a chain of the rules and ...
0
votes
2answers
106 views

Store and query Business rule

I have question related to business rules. Let's have a entity Account with some properties (amount, name, type etc.) on which we define business rules. I store my rules in database table as follows ...

1 2 3 4