[jboss-jira] [JBoss JIRA] Created: (JBRULES-3180) FIX queryCommand for variable serialization
Mauricio Salatino (JIRA)
jira-events at lists.jboss.org
Wed Aug 17 08:23:18 EDT 2011
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
More information about the jboss-jira
mailing list