Yes that is the MVEL bug that a fix is on the way for.
Same problem here but in a Rule containing an accumulate:
rule "fromAccumulateRule" dialect "mvel" when fc : Car( ) from accumulate ( Car( b : brand) init( Car c= new Car(); ), action( c.brand = c.brand + b; ), result( c ) ) then insert (fc); endThe error is the same:
Caused by: org.drools.RuntimeDroolsException: [Error: unable to access property (null parent): b] [Near : {... Unknown ....}]A full stacktrace is available here: http://drools.pastebin.com/f1638db0eBest,--On Tue, Jan 26, 2010 at 10:24 PM, Barry Kaplan <groups1@memelet.com> wrote:
Ok, I see from previous posts that we are having mvel issues. Cool.
--
View this message in context: http://n3.nabble.com/Problems-with-latests-5-1-SNAPSHOT-tp140043p140046.html
Sent from the Drools - Dev mailing list archive at Nabble.com.
_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Esteban Aliverti
_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev