[jboss-jira] [JBoss JIRA] Created: (JBREM-708) Correct org.jboss.remoting.Client.readExternal()
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Fri Feb 23 17:41:35 EST 2007
Correct org.jboss.remoting.Client.readExternal()
------------------------------------------------
Key: JBREM-708
URL: http://jira.jboss.com/jira/browse/JBREM-708
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.2.0.Beta1 (Bluto)
Reporter: Ron Sigal
Assigned To: Ron Sigal
Fix For: 2.2.0.Beta1 (Bluto)
When Client.readExternal() reads the InvokerLocator, it assigns it to a local variable instead of an instance variable. When it calls Client.connect(), the call fails because it doesn't find an InvokerLocator.
The tests org.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase and org.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase have been failing because of this problem.
Unit test: org.jboss.test.remoting.client.ClientSerializationTestCase.
--
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