[rules-dev] Problems with latests 5.1.SNAPSHOT

Michael Neale michael.neale at gmail.com
Wed Jan 27 14:27:36 EST 2010


Yes that is the MVEL bug that a fix is on the way for.

On Wed, Jan 27, 2010 at 10:29 PM, Esteban Aliverti <
esteban.aliverti at gmail.com> wrote:

> Same problem here but in a Rule containing an accumulate:
>
>
>    1. rule "fromAccumulateRule"
>    2.         dialect "mvel"
>    3.         when
>    4.                 fc : Car( ) from accumulate ( Car( b : brand)
>    5.                         init( Car c= new Car(); ),
>    6.                         action( c.brand = c.brand + b; ),
>    7.                         result( c )
>    8. )
>    9.         then
>    10.                 insert (fc);
>    11. end
>
>
>
> The error is the same:
>
>
>    1. Caused by: org.drools.RuntimeDroolsException: [Error: unable to
>    access property (null parent): b]
>    2. [Near : {... Unknown ....}]
>
> A full stacktrace is available here: http://drools.pastebin.com/f1638db0e
>
>
> Best,
>
> On Tue, Jan 26, 2010 at 10:24 PM, Barry Kaplan <groups1 at 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 at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-dev
>>
>
>
>
> --
> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
> Esteban Aliverti
>
> _______________________________________________
> rules-dev mailing list
> rules-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-dev
>
>


-- 
Michael D Neale
home: www.michaelneale.net
blog: michaelneale.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20100128/054dffcb/attachment.html 


More information about the rules-dev mailing list