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
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:
>
>>
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.
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