I can't say in general, it would depend
on the expression.
I suspect this is a case where you have something like.
a == x || b == y
At some point MVEL "kicks in" and tries to optimize the
expression,
but will fail if b ==y has never been evaluated because a == x
has always been satisfied by your current data.
In any case, I doubt the gain would be noticeable.
I think there was a similar discussion in one of the threads some
week ago,
but I'm not sure whether it was here or on IRC :)
Davide
On 05/04/2013 09:36 AM, Sean Su wrote:
Thanks Davide. Does this mean there might be a
better way to write the expression that triggered this? If yes,
I will look into it. I think the log does have the statement in
it.
Sean
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users