[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-764) New failover update map code does not use MessagingMarshallable.
Tim Fox (JIRA)
jira-events at jboss.com
Sat Jan 20 07:37:52 EST 2007
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