[jboss-jira] [JBoss JIRA] Created: (JBRULES-965) Unexpected token 'not'

Brian Enderle (JIRA) jira-events at lists.jboss.org
Tue Jul 3 10:40:04 EDT 2007


Unexpected token 'not' 
-----------------------

                 Key: JBRULES-965
                 URL: http://jira.jboss.com/jira/browse/JBRULES-965
             Project: JBoss Rules
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Drl Parser/Builder
    Affects Versions:  4.0.0.MR3
         Environment: Win XP, Drools MR3 (Snapshot from 7/2/2007)
            Reporter: Brian Enderle
         Assigned To: Mark Proctor
            Priority: Minor
         Attachments: Address.drl

The following rule works in a DRL file 

$i : Address( city not matches "[ a-zA-Z]" )


But when entered into a DSL file an "Unexpected token 'not'" error is thrown.

DRL file:                                                           DSL entry:
There is a Address                                        $i : {Instance}()
  - city is not alpha only                                  {field} not matches "[ a-zA-Z]"



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