[rules-users] Conflict detection problem

2011-03-11 Thread AlisterC
Greetings, I am working on a collaborative platform project which will contain datas, informations and knowledges such as buisness rules. Consequently, a rule engine is a requisite and I am testing the Drools suite. Because a lot of different people will be able to define rules, some

Re: [rules-users] Conflict detection problem

2011-03-11 Thread Swindells, Thomas
-users] Conflict detection problem Greetings, I am working on a collaborative platform project which will contain datas, informations and knowledges such as buisness rules. Consequently, a rule engine is a requisite and I am testing the Drools suite. Because a lot of different people

Re: [rules-users] Conflict detection problem

2011-03-11 Thread AlisterC
Thanks a lot, Thomas. I am going to test this decoupled approach. Alister -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Conflict-detection-problem-tp2664121p2664253.html Sent from the Drools - User mailing list archive at Nabble.com.

Re: [rules-users] Conflict detection problem

2011-03-11 Thread Wolfgang Laun
Some other techniques: (1) Authors must avoid magic numbers. Define constants such as MAX_MINOR_AGE in Java. Compiled rules could be inspected to detect literals. (2) getters can be written to compare the old value against the argument. (This may mean that simple types have to be avoided in fact

Re: [rules-users] Conflict detection problem

2011-03-11 Thread AlisterC
Thank you Wolfgang. I am a beginner with Drools, so it might take me some time to experimente these ways. But I'll give my feedback in the next days. Alister -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Conflict-detection-problem-tp2664121p2665008.html

Re: [rules-users] Conflict detection problem

2011-03-11 Thread Esteban Aliverti
You can also take a look at drools-verifier: http://community.jboss.org/wiki/DroolsVerifier Best Regards, Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @ http://ilesteban.wordpress.com On Fri, Mar 11, 2011 at 11:52 AM, AlisterC