I'm working in Eclipse only right now, but not using DSL for this particular situation
(yet). I've manage to make the error go away by removing the package name from
drools.package, however, when I attempt to run the code that builds the application to run
the rule, it fails to resolve the Object (Fact) used in the rule.
Copying the generated DRL to a .drl file works fine.
Date: Wed, 16 Mar 2011 18:20:33 +0100
From: Vincent Legendre <vincent.legendre(a)eurodecision.com>
Subject: Re: [rules-users] Problems with Guided Rule Editor in Eclipse
To: Rules Users List <rules-users(a)lists.jboss.org>
Message-ID: <4D80F161.3080403(a)eurodecision.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I was pretty sure to have seen something about sample BRL from Guvnor appears in error in
eclipse.
I can find some on JIRA, but never the same problem I have ... May be on another forum,
but not JIRA ...
Anyway, my problem is using DSL in BRL opened with eclipse plugin Guided Editor. Seems
that the transformation to DRL is incomplete for DSL
sentences, and action part cannot add DSL sentences. I will try with the last version and
see if it is still there, and then post a clear new JIRA...
But, re-reading your post, may be your problem is different ... As far I can remember, BRL
with no DSL in it works ok ... try to copy your generated DRL >in a new DRL file to see
what happens