FIX queryCommand for variable serialization
-------------------------------------------
Key: JBRULES-3180
URL:
https://issues.jboss.org/browse/JBRULES-3180
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mauricio Salatino
Assignee: Mauricio Salatino
we need to be sure that serialization of the arguments is done right:
for (int j = 0; j < arguments.size(); j++) {
if (arguments.get(j) instanceof Variable) {
arguments.set(j, Variable.v);
}
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira