[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1888) MessageProxy contains a field that is not serializable (added since JBMESSAGING-1878)

Yong Hao Gao (JIRA) jira-events at lists.jboss.org
Fri Jul 15 06:15:24 EDT 2011


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

Yong Hao Gao closed JBMESSAGING-1888.
-------------------------------------



> MessageProxy contains a field that is not serializable (added since JBMESSAGING-1878)
> -------------------------------------------------------------------------------------
>
>                 Key: JBMESSAGING-1888
>                 URL: https://issues.jboss.org/browse/JBMESSAGING-1888
>             Project: JBoss Messaging
>          Issue Type: Bug
>          Components: JMS Facade
>    Affects Versions: 1.4.0.SP3.CP13, 1.4.8.SP1
>            Reporter: Yong Hao Gao
>            Assignee: Yong Hao Gao
>             Fix For: 1.4.0.SP3.CP14, 1.4.8.SP2
>
>
> MessageProxy is a serializable class, therefore all its fields (non-transient) need to be serializable too.
> The field (source) is an instance of CallbackManager, which is a non-serializable class. Make it transient should solve the problem.

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