[jboss-jira] [JBoss JIRA] Created: (JBRULES-2323) ClassCastException when using implicit variables and OR CE

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Sat Oct 31 11:55:05 EDT 2009


ClassCastException when using implicit variables and OR CE
----------------------------------------------------------

                 Key: JBRULES-2323
                 URL: https://jira.jboss.org/jira/browse/JBRULES-2323
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-compiler, drools-core
    Affects Versions: 4.0.7
            Reporter: Edson Tirelli
            Assignee: Edson Tirelli
             Fix For: 4.0.8


rule "not rule test"
    when
        $factA : FactA( $fA : field1 )
        $factB : FactB( $fB : f1 )
        (not FactC( f1 == $factB.f1 ) or FactC( ) )   
    then
		list.add( $factB );
end    


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

        



More information about the jboss-jira mailing list