[jboss-jira] [JBoss JIRA] Created: (JBAS-8820) serialization of SimpleServerDeploymentActionResult
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Wed Jan 19 10:10:49 EST 2011
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