[jboss-jira] [JBoss JIRA] (AS7-5610) Mismatch in marshall and unmarshall order of process inventory data.
Simone Gotti (JIRA)
jira-events at lists.jboss.org
Sat Sep 22 08:41:34 EDT 2012
[ https://issues.jboss.org/browse/AS7-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Simone Gotti updated AS7-5610:
------------------------------
Git Pull Request: https://github.com/jbossas/jboss-as/pull/3097, https://github.com/jbossas/jboss-as/pull/3098
> Mismatch in marshall and unmarshall order of process inventory data.
> --------------------------------------------------------------------
>
> Key: AS7-5610
> URL: https://issues.jboss.org/browse/AS7-5610
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.1.3.Final (EAP), 7.2.0.Alpha1
> Reporter: Simone Gotti
> Assignee: Brian Stansberry
>
> During some tests of host controller restart/reload I noticed that there's a mismatch between marshall and unmarshall order of process inventory data.
> In ProcessController.sendInventory to marshall order is: processName, processAuthCode, processRunning
> In ProcessControllerClient the unmarshall order is: processName, processRunning, processAuthCode
> I'll attach a pull request with a possible fix.
--
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