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