[rules-users] New version of MSMTeam RuleEditor is on SourceForge

2007-06-06 Thread Marko Frankovic
Greetings! Having difficulties in writing rules? Then try this visual editor! What is new ? - Fuzzy logic on one specific way - New Decision and Arithmetic Tables are built in. - Debuger (replay of rules fire) - and much more What is next ? Bayes Decision Table AHP Decision Table Export to Orac

[rules-users] Rule order in DSL file

2007-06-06 Thread Rajesh.Sachin10
I used 'salience' key word to control the order of firing in drl file. But it is not working properly when we use both DSL file and DRL file to execute rules. The order of firing is in random manner in DSL file. How to control the order of firing in dsl file? Eg: My requirement consists of 6 [

[rules-users] Backward Chaining Support

2007-06-06 Thread Emily Harsh
In the 3.0.6 Drools Documentation ( http://labs.jboss.com/file-access/default/members/jbossrules/freezone/docs/3.0.6/html_single/index.html) towards the end of section 1.1.1. Introduction and Background

Re: [rules-users] Backward Chaining Support

2007-06-06 Thread Mark Proctor
No it didn't make it :( But we do have 'from' which allows you to reason over data not in the working memory, that will help with some use cases where people wanted backward chaining. Mark Emily Harsh wrote: In the 3.0.6 Drools Documentation (http://labs.jboss.com/file-access/default/members/j

Re: [rules-users] New version of MSMTeam RuleEditor is on SourceForge

2007-06-06 Thread Fernando Meyer
I got a verbose stacked-error trying to run on mac, WARN 06 06 2007 17:18:53 [org.hibernate.util.JDBCExceptionReporter: 71] - SQL Error: -33, SQLState: S1000 ERROR 06 06 2007 17:18:53 [org.hibernate.util.JDBCExceptionReporter: 72] - Access is denied WARN 06 06 2007 17:18:53 [org.hibernate.cfg

[rules-users] rule not valid...

2007-06-06 Thread Manukyan, Sergey
Folks, I am using Rules 4.0 in WebSphere 6.0 app server. Made a simple test file with a simple rule : rule "Test" when cs : SupplierView() then System.out.println(cs); end But getting exception: [6/6/07 16:13:06:456 EDT] 0020 S

Re: [rules-users] rule not valid...

2007-06-06 Thread Rahul Phadnis
You probably need a package definition at the top of the file. Please also import the SupplierView class in the rules drl file. You can also first test using the drools sample files. -Rahul --- "Manukyan, Sergey" <[EMAIL PROTECTED]> wrote: > > Folks, > > > > I am using Rules 4.0 in WebSp

Re: [rules-users] New version of MSMTeam RuleEditor is on SourceForge

2007-06-06 Thread Mark Proctor
MSM Team, Good work on the project, have you thought of working with us to help build a better integrated tool, rather than a seperate satelite tool? We have someone working on unified belief system at the moment, that should allow fuzzy logic, and others, to be integrated. This system will be

Re: [rules-users] New version of MSMTeam RuleEditor is on SourceForge

2007-06-06 Thread Marko Frankovic
We're very sorry for the inconvenience, however the application hasn't been tested on (any) Mac platforms At this moment the application, on windows (and linux) platforms doesn't run if started from a directory with empty spaces in it (for instance, desktop since it is in ( e.g) "C:\Documents And

[rules-users] working with deep object graph

2007-06-06 Thread Chris Mathrusse
I'm using JBoss Rules 4.0MR2 and I'm just starting out trying to learn the concepts and syntax. My challenge is that I am placing into Working Memory a List of Message objects. A Message contains an Order, and Order contains a List of Line Items, a Line Item contains a Catalog, a Catalog contains a

Re: [rules-users] working with deep object graph

2007-06-06 Thread Mark Proctor
Express your data relationally and assert individual objects. Using 'from' to traverse deep object graphs really is for legacy pojo support. If you do that you'll have no problem solving problems like this, look at Conways Game of Life to see how to exploit this relational approach to solving p

[rules-users] Dependency with JBoss

2007-06-06 Thread Joj
Hi, In the Drools documentation, it's written that : "The rule workbench (for Eclipse) requires that you have eclipse 3.2 or greater, as well as Eclipse GEF 3.2 or greater. " My application contains a GUI for building rules which 'll be converted into some format - .drl or xml - which is underst

Re: [rules-users] Dependency with JBoss

2007-06-06 Thread Mark Proctor
no, JBoss Rules is standalone. Mark Joj wrote: Hi, In the Drools documentation, it's written that : "The rule workbench (for Eclipse) requires that you have eclipse 3.2 or greater, as well as Eclipse GEF 3.2 or greater. " My application contains a GUI for building rules which 'll be converted

[rules-users] RE:[ rules-users] Rule engine is worth?

2007-06-06 Thread Sikkandar Nawabjan
t; > All comments and suggestions are appreciated! > > Best regards, > MSM Team > > > > ___ > rules-users mailing list > rules-users@lists.jboss.org > h

[rules-users] DRL to Decision Tables

2007-06-06 Thread suma
Hi, Is there anyway to convert a DRL file into a Decision table. This means that what ever changes are made to the DRL file should be reflected to the decision table. Or is there any other way in which the customer should be able to make changes to decision tables through DRL file. Please