Re: [rules-users] Problems with Guided Rule Editor in Eclipse

2011-03-16 Thread drdaveg
In experimenting with my own "Guided editor" files I am trying both the "Fact" and "Condition sentences" to use the Guided editor in Eclipse without typing any DRL or Java by prospective business users. I have a Java project with classes that are imported by a rule project with drools.package (and

Re: [rules-users] Problems with Guided Rule Editor in Eclipse

2011-03-16 Thread John Peterson
esolve 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 >Subject: Re: [rules-users] Problems with Guided Rule Editor in Eclipse >To: Rules Users List >Message-ID: <4d80f

Re: [rules-users] Problems with Guided Rule Editor in Eclipse

2011-03-16 Thread Vincent Legendre
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

Re: [rules-users] Problems with Guided Rule Editor in Eclipse

2011-03-16 Thread John Peterson
12:17:02 +0100 > From: Vincent Legendre > Subject: Re: [rules-users] Problems with Guided Rule Editor in Eclipse > To: Rules Users List > Message-ID: <4d809c2e.4070...@eurodecision.com> > Content-Type: text/plain; charset="iso-8859-1" > > I have the same pr

Re: [rules-users] Problems with Guided Rule Editor in Eclipse

2011-03-16 Thread Vincent Legendre
Title: CARTE DE VISITE I have the same problem with BRL editor under eclipse. Also the action part dialog box does not show DSL phrases ... The plugin is incomplete/buggy and shows errors but rules are correct (you can compile and run them). This problem is the same sinc

[rules-users] Problems with Guided Rule Editor in Eclipse

2011-03-15 Thread John Peterson
I am experimenting with the Guided Rule Editor in Eclipse, but I am unable to get a Guided Rule to parse. I have created a Drools Project using the basic "Hello World" example for starters. I've created a class called "Item" with 3 attributes - itemPrice (float), ItemNumber (int), and itemDesc