[rules-dev] Problems with latests 5.1.SNAPSHOT

Esteban Aliverti esteban.aliverti at gmail.com
Wed Jan 27 06:29:53 EST 2010


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20100127/0cc3831d/attachment-0001.html 


More information about the rules-dev mailing list