[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-3180) FIX queryCommand for variable serialization

Mark Proctor (JIRA) jira-events at lists.jboss.org
Thu Sep 29 02:21:26 EDT 2011


     [ https://issues.jboss.org/browse/JBRULES-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Proctor resolved JBRULES-3180.
-----------------------------------

    Fix Version/s: 5.3.0.CR1
       Resolution: Done


> 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
>             Fix For: 5.3.0.CR1
>
>
> 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