[jboss-jira] [JBoss JIRA] (JBRULES-3588) when eval(true) does not fire

Jean-Marc Vanel (JIRA) jira-events at lists.jboss.org
Tue Jul 31 04:23:06 EDT 2012


Jean-Marc Vanel created JBRULES-3588:
----------------------------------------

             Summary: when eval(true)  does not fire
                 Key: JBRULES-3588
                 URL: https://issues.jboss.org/browse/JBRULES-3588
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-compiler (expert)
    Affects Versions: 5.5.0.Beta1
         Environment: uname -a      
Linux oem-laptop 3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

 java -version 
java version "1.7.0_03"
Java(TM) SE Runtime Environment (build 1.7.0_03-b04)
Java HotSpot(TM) 64-Bit Server VM (build 22.1-b02, mixed mode)

            Reporter: Jean-Marc Vanel
            Assignee: Mark Proctor


 This does not fire : 

rule "testJMVtrueLHS"
when
  eval(true)
then
  System.out.println( "testJMVtrueLHS" );
end

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list