-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
-
None
When the ejb3 testsuite is run with "-Dnode0=IP1 -Dnode1=IP2" and IP1!=localhost there are some tests failing with "Retries exceeded, couldn't reconnect to 127.0.0.1:####". I see this for 4_0 and 4_2 jboss branches, but guess it's the same with head.
One of the testcases is IiopRemoteUnitTestCase. I've checked ejb3/src/test/org/jboss/ejb3/test/iiop/unit/IiopRemoteUnitTestCase.java and there is 'props.put("java.naming.provider.url", "corbaloc::localhost:3528/NameService");'. Instead of localhost there should be used the node0 property. I guess the others have the same problem.
- relates to
-
EJBTHREE-887 Testsuite's HttpUtils assumes Tomcat is listening on localhost
- Resolved
-
JBAS-6556 Remove org.jboss.test.ejb3.servlet.unit.HttpUtils
- Closed