-
Sub-task
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
-
None
-
None
/home/tdiesler/svn/jbossws/stack/native/trunk
[tdiesler@tdvaio trunk]$ ant -Dtest=jaxrpc/jbws331 test
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxrpc.jbws331.JBWS331TestCase
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 14.233 sec
[junit] Test org.jboss.test.ws.jaxrpc.jbws331.JBWS331TestCase FAILED
BUILD SUCCESSFUL
Total time: 29 seconds
[tdiesler@tdvaio trunk]$ cat output/tests/reports/TEST-org.jboss.test.ws.jaxrpc.jbws331.JBWS331TestCase.txt
Testsuite: org.jboss.test.ws.jaxrpc.jbws331.JBWS331TestCase
Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 14.233 sec
Testcase: testEndpointAccess took 4.277 sec
Testcase: testRemoteAccess took 0.06 sec
Caused an ERROR
ejb not bound
javax.naming.NameNotFoundException: ejb not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:542)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:550)
at org.jnp.server.NamingServer.getObject(NamingServer.java:556)
at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:179)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at $Proxy0.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:669)
at org.jboss.naming.client.java.javaURLContextFactory$EncContextProxy.invoke(javaURLContextFactory.java:153)
at $Proxy2.lookup(Unknown Source)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at org.jboss.test.ws.jaxrpc.jbws331.JBWS331TestCase.testRemoteAccess(JBWS331TestCase.java:62)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)