[jboss-jira] [JBoss JIRA] Created: (JBRULES-993) statement ignored

Edgardo Carena (JIRA) jira-events at lists.jboss.org
Tue Jul 10 11:47:31 EDT 2007


statement ignored
-----------------

                 Key: JBRULES-993
                 URL: http://jira.jboss.com/jira/browse/JBRULES-993
             Project: JBoss Rules
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Drl Parser/Builder
    Affects Versions:  4.0.0.MR3
            Reporter: Edgardo Carena
         Assigned To: Mark Proctor
            Priority: Optional


if a DSL file if you put 2 statements like this:

[when]There is a Person at least {age} years old=Person(age > {age})
[when]There is a Person at least {age} years old with name of "{name}"=Person(name=="{name}",age > {age})

the second one will be ignored, while if you put the same in reverse

[when]There is a Person at least {age} years old with name of "{name}"=Person(name=="{name}",age > {age})
[when]There is a Person at least {age} years old=Person(age > {age})

it works well



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list