[jboss-jira] [JBoss JIRA] Created: (JBRULES-1963) Drools is not resolving inner classes appropriately

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Tue Feb 10 20:09:44 EST 2009


Drools is not resolving inner classes appropriately
---------------------------------------------------

                 Key: JBRULES-1963
                 URL: https://jira.jboss.org/jira/browse/JBRULES-1963
             Project: JBoss Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-compiler, drools-core
    Affects Versions: 5.0.0.M5
            Reporter: Edson Tirelli
            Assignee: Edson Tirelli
             Fix For: 5.0.0.CR1


import org.drools.examples.eventing.EventRequest

rule 'zaa'
when 
  request: EventRequest( status == EventRequest.Status.ACTIVE )
then 
 request.setStatus(EventRequest.Status.ACTIVE); 
end

=========

Above rule fails with a ClassNotFound for:

EventRequest.Status.ACTIVE


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list