It sounds like a bug to me.

Can you raise a JIRA (https://issues.jboss.org/browse/GUVNOR).

With kind regards,

Mike

On 22 December 2011 22:48, domingo <sprabak...@gmail.com> wrote:

> Hi,
> Thanks for your attention!!!..
>
> I have a simple rule as follows ...
>
> import com.sample.Message;
>
> dialect "java"
>
> rule "Hello World"
>    when
>        eval(true)
>    then
>        System.out.println( "Ok I know!!!!!" );
> end
>
> when I import into Guvnor, Guvnor automatically change the file into as
> follows and fails to compile...
> package com.sample
>
> import com.sample.Message;
> dialect "java"
>
>
>
>
>
> rule 'Hello World'
> dialect 'mvel'
> when
>        eval(true)
> then
>        System.out.println( "Ok I know!!!!!" );
>
> end
>
>
> My question is ...how come this Guvnor5.2 overriding my dialect?this
> behavior of Guvnor is little disturbing...
> can any one tell me whats going on in Guvnor5.2.....
>
> -----
> with kind regards,
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/drl-file-importing-problem-intoGuvnor5-2-tp3607697p3607697.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to