[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-764) New failover update map code does not use MessagingMarshallable.
Ovidiu Feodorov (JIRA)
jira-events at jboss.com
Fri Jan 26 05:47:01 EST 2007
[ http://jira.jboss.com/jira/browse/JBMESSAGING-764?page=all ]
Ovidiu Feodorov closed JBMESSAGING-764.
---------------------------------------
Resolution: Duplicate Issue
http://jira.jboss.org/jira/browse/JBMESSAGING-740
> New failover update map code does not use MessagingMarshallable.
> ----------------------------------------------------------------
>
> Key: JBMESSAGING-764
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-764
> Project: JBoss Messaging
> Issue Type: Bug
> Reporter: Tim Fox
> Assigned To: Tim Fox
> Fix For: 1.2.0.CR1
>
>
> The new failover update map code does not use MessagingMarshallable to transport it's data from server to client, so won't be able to be versioned.
> CallbackManager:
> if (parameter instanceof MessagingMarshallable)
> {
> MessagingMarshallable mm = (MessagingMarshallable)parameter;
> ...
> }
> else if (parameter instanceof ConnectionFactoryUpdateMessage)
> {
> ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list