]
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: