[jboss-jira] [JBoss JIRA] (DROOLS-104) Queries do not work with class literals

Davide Sottara (JIRA) jira-events at lists.jboss.org
Thu Apr 18 21:22:54 EDT 2013


Davide Sottara created DROOLS-104:
-------------------------------------

             Summary: Queries do not work with class literals
                 Key: DROOLS-104
                 URL: https://issues.jboss.org/browse/DROOLS-104
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 5.5.0.Final
            Reporter: Davide Sottara
            Assignee: Mario Fusco
             Fix For: 5.5.1.Final, 6.0.0.Final


It is not possible to use class literals as query input parameters

query test( Class $c )
 ...
end

rule "X"
when
 ...
 test( MyClass.class ; )
then
 ...
end

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list