[jboss-jira] [JBoss JIRA] Updated: (JBRULES-277) Import package name that has 2 sets of CAPS packages does not work
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Wed Feb 28 14:10:08 EST 2007
[ http://jira.jboss.com/jira/browse/JBRULES-277?page=all ]
Mark Proctor updated JBRULES-277:
---------------------------------
Fix Version/s: 3.1-m2
> Import package name that has 2 sets of CAPS packages does not work
> ------------------------------------------------------------------
>
> Key: JBRULES-277
> URL: http://jira.jboss.com/jira/browse/JBRULES-277
> Project: JBoss Rules
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.0
> Reporter: Michael Neale
> Assigned To: Mark Proctor
> Fix For: 3.1-m2
>
> Attachments: La.java, Sample.drl
>
>
> package me
>
> import com.la.BOO.GOO.La;
> rule "new rule"
> when
> La()
> then
> System.out.println("foo");
> end
>
> This will give an error, as BOO.GOO causes it to throw up.
> I suspect its JCI not looking past the "BOO" package as it thinks its a classname before, but I can't be sure.
--
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