[rules-users] what is "pluggable dialects"

2008-01-09 Thread jack wu
i read the documentation saying drools 4.x supports pluggable dialects, but i can't find anything else that explains what it is. i think by default i am using java dialect. and there is a MVEL dialect. is that it? i am trying to see if there is a way to not use java beans as fact objects. i ha

Re: [rules-users] Bug and/or confusion with collect and new rules

2008-01-09 Thread Dirk Bergstrom
Edson Tirelli was heard to exclaim, On 01/09/08 10:03: >Fixed: > http://jira.jboss.com/jira/browse/JBRULES-1410 Rock on! Thanks for the fast fix. >Fix will be included in 4.0.4 to be released in the next few days. Even better. > Firing rules is the default behavior when dynamic

Re: [rules-users] Bug and/or confusion with collect and new rules

2008-01-09 Thread Edson Tirelli
Dirk, Fixed: http://jira.jboss.com/jira/browse/JBRULES-1410 Fix will be included in 4.0.4 to be released in the next few days. Thanks for reporting and providing test case. []s Edson 2008/1/9, Edson Tirelli <[EMAIL PROTECTED]>: > > > Dirk, > > It is a bug that affe

[rules-users] Populating Objects...

2008-01-09 Thread James Carman
I am somewhat new to rules-based programming, so I thought I'd ask if my approach to our problem seems valid (or if there are any better ways of doing it). Basically, we have a bunch of data from public sources. Let's call them public records. I am going to assert those into the working memory.

[rules-users] Performance Question with Stateless Session

2008-01-09 Thread coscos
Hi guys, I have a questions regarding how to maintain the performance as the rule engine fresh restarted when using stateless sessions (with drools 4.0.3). We use drools in a web server to filter out unwanted facts coming from each request. There are about 20 rules, but each request can have 500

Re: [rules-users] Checking fact "id"

2008-01-09 Thread mmquelo massi
Thank You guys. I worked it out. I have the contracts (main and related) encapsulated within a parent object. So, once I did the assertion I checked the "pattern matched" fact agains the parent object. Thank You again. This ML is always usefull as usual! I really hope to be usefull as well to t

[rules-users] The "Object" field in the DSL IDE Editor

2008-01-09 Thread mmquelo massi
Hi guys, I did not find any documentation related to the "Object" field (betweem 'mapping' and 'sorting by') in the DSL IDE editor. What does it stand for? Thank You very much. Massi ___ rules-users mailing list rules-users@lists.jboss.org https://lis

Re: [rules-users] Bug and/or confusion with collect and new rules

2008-01-09 Thread Edson Tirelli
Dirk, It is a bug that affects collect and accumulate. Working on that. Firing rules is the default behavior when dynamically adding packages. I think mark created a configuration to change this behavior... []s Edson 2008/1/9, Dirk Bergstrom <[EMAIL PROTECTED]>: > > I have mo