[jboss-jira] [JBoss JIRA] Updated: (JBREM-708) Correct org.jboss.remoting.Client.readExternal()
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Fri Feb 23 18:05:35 EST 2007
[ http://jira.jboss.com/jira/browse/JBREM-708?page=all ]
Ron Sigal updated JBREM-708:
----------------------------
Description:
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.
was:
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.
Changes to Client checked in.
Transporter tests passing.
Unit test: org.jboss.test.remoting.client.ClientSerializationTestCase.
Waiting for cruisecontrol results.
> 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.
--
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