[jboss-jira] [JBoss JIRA] Assigned: (JBRULES-1274) NPE when using reserved word "action" as a bound variable, or omitting rule title

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Sun Oct 14 08:19:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBRULES-1274?page=all ]

Edson Tirelli reassigned JBRULES-1274:
--------------------------------------

    Assignee: Edson Tirelli  (was: Mark Proctor)

> NPE when using reserved word "action" as a bound variable, or omitting rule title
> ---------------------------------------------------------------------------------
>
>                 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: Edson Tirelli
>
> The following code using the reserved word "action" causes an NPE:
> rule "Test"
> 	when
> 		action : Object()
> 	then
> 		System.out.println("A RHS");
> end
> or this code (omitting title):
> rule 
> 	when
> 		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