[jboss-jira] [JBoss JIRA] (DROOLS-104) Queries do not work with class literals
Mario Fusco (JIRA)
jira-events at lists.jboss.org
Fri Apr 19 04:22:54 EDT 2013
[ https://issues.jboss.org/browse/DROOLS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mario Fusco resolved DROOLS-104.
--------------------------------
Resolution: Done
> 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