Re: [rules-users] Extracting an boolean variable

2007-05-31 Thread Edson Tirelli
Maybe there is a problem with it... can you please create a JIRA with a sample test attached? Thanks, Edson 2007/5/31, Rajesh.Sachin10 <[EMAIL PROTECTED]>: Yes... I created getter and setters for the boolean variable Rahul Phadnis wrote: > > Does your Fact object have the > isb

Re: [rules-users] Extracting an boolean variable

2007-05-31 Thread Rajesh.Sachin10
Yes... I created getter and setters for the boolean variable Rahul Phadnis wrote: > > Does your Fact object have the > isbooleanVariableName() method? The variable values > are extracted using Java Bean conventions. > > -Rahul > > --- "Rajesh.Sachin10" <[EMAIL PROTECTED]> > wrote: > >>

Re: [rules-users] Extracting an boolean variable

2007-05-29 Thread Rahul Phadnis
Does your Fact object have the isbooleanVariableName() method? The variable values are extracted using Java Bean conventions. -Rahul --- "Rajesh.Sachin10" <[EMAIL PROTECTED]> wrote: > > I tried to extract a boolean variable from a class > using context. The > following is my code in DSL file.

[rules-users] Extracting an boolean variable

2007-05-29 Thread Rajesh.Sachin10
I tried to extract a boolean variable from a class using context. The following is my code in DSL file. context : Context(state == START_UP) Classname(aliasname : booleanVariableName) When I tried to run this statement I got the following error message in DRL file. Error Message: Unable to Crea