[rules-users] Why are MVEL rules compiled on first access?

2009-06-04 Thread Sobhana
hi, Our application uses Drools 4.0.7 and Hibernate 3.x. We use the BRMS to compile the rules from drl files (using java dialect) into rule packages which are updated into the rule base using the rule agent. We have seen that MVEL rules are compiled when the rules are fired for the first time.

Re: [rules-users] Why are MVEL rules compiled on first access?

2009-06-04 Thread Edson Tirelli
Sobhana, This is very important feedback. Would you be able to create an isolated test case showing this problem? This would be the quickest way for us to fix it. On a related note, everything should be compiled at compile time, including MVEL stuff. If that is not happening, we need to

Re: [rules-users] Why are MVEL rules compiled on first access?

2009-06-04 Thread Greg Barton
wrote: From: Edson Tirelli tire...@post.com Subject: Re: [rules-users] Why are MVEL rules compiled on first access? To: Rules Users List rules-users@lists.jboss.org Date: Thursday, June 4, 2009, 1:40 PM    Sobhana,    This is very important feedback. Would you be able to create an isolated