[jboss-jira] [JBoss JIRA] Created: (JBRULES-1274) NPE when using reserved word "action" as a bound variable

Justin Wick (JIRA) jira-events at lists.jboss.org
Fri Oct 12 21:21:03 EDT 2007


NPE when using reserved word "action" as a bound variable
---------------------------------------------------------

                 Key: JBRULES-1274
                 URL: http://jira.jboss.com/jira/browse/JBRULES-1274
             Project: JBoss Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Drl Parser/Builder
    Affects Versions: 4.0.2
            Reporter: Justin Wick
         Assigned To: Mark Proctor


The following code using the reserved word "action" causes an NPE:

rule
	when
		action : Object()
	then
		System.out.println("A RHS");
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