[jboss-jira] [JBoss JIRA] Created: (JBRULES-641) Support for primitive array throws an org.drools.rule.InvalidRulePackage exception

Frederic Burlet (JIRA) jira-events at jboss.com
Fri Feb 2 10:15:20 EST 2007


Support for primitive array throws an org.drools.rule.InvalidRulePackage exception
----------------------------------------------------------------------------------

                 Key: JBRULES-641
                 URL: http://jira.jboss.com/jira/browse/JBRULES-641
             Project: JBoss Rules
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.0.5
         Environment: Linux Fedora Core 5 amd 64, JDK 1.4.2_13 inside eclipse 3.2
            Reporter: Frederic Burlet
         Assigned To: Mark Proctor



If rule file has a rule having a condition on primitive array, then a org.drools.rule.InvalidRulePackage exception is thrown.
The exact message is:
Warning: An error occurred compiling a semantic invoker. Errors should have been reported elsewhere.
Exception in thread "main" org.drools.rule.InvalidRulePackage: Rule Compilation error Syntax error on token "[", delete this token I cannot be resolved to a type
	at org.drools.rule.Package.checkValidity(Unknown Source)
	at org.drools.common.AbstractRuleBase.addPackage(Unknown Source)
	at org.drools.test.Test.main(Test.java:19)

See the attached test case.

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