[jboss-jira] [JBoss JIRA] Created: (JBRULES-879) Remove Identity generates null pointer exception

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Mon May 28 15:40:08 EDT 2007


Remove Identity generates null pointer exception
------------------------------------------------

                 Key: JBRULES-879
                 URL: http://jira.jboss.com/jira/browse/JBRULES-879
             Project: JBoss Rules
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Reteoo
    Affects Versions: 4.0.0.MR2
            Reporter: Edson Tirelli
         Assigned To: Edson Tirelli
             Fix For:  4.0.0.MR3


Remove Identity is generating NPE for rules like:

rule "multiple not's"
when
    $bob : Person( name == "bob", $likes : likes )
    not Cheese( type == $likes )
    not Cheese( type == $likes )
then
    results.add( $bob );
end

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