[jboss-jira] [JBoss JIRA] Resolved: (JBAS-8820) serialization of SimpleServerDeploymentActionResult
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Tue Feb 1 10:05:39 EST 2011
[ https://issues.jboss.org/browse/JBAS-8820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky resolved JBAS-8820.
-------------------------------------
Resolution: Done
Fixed.
> serialization of SimpleServerDeploymentActionResult
> ---------------------------------------------------
>
> Key: JBAS-8820
> URL: https://issues.jboss.org/browse/JBAS-8820
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 7.0.0.Alpha1
> Reporter: Alexey Loubyansky
> Assignee: Alexey Loubyansky
> Fix For: 7.0.0.Alpha2
>
>
> org.jboss.as.server.client.api.deployment.SimpleServerDeploymentActionResult is a serializable impl of AbstractServerUpdateActionResult which doesn't impl Serializable. The problem is that when SimpleServerDeploymentActionResult is deserialized none of the private fields of AbstractServerUpdateActionResult is initialized. To fix this, AbstractServerUpdateActionResult should implement Serializable.
--
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