I don't get this. When you run jbosstest/dist/bin/jmsratest.sh all of the
tests succeed. This test only fails when it is run as part of the full
test suite. It looks like a test that runs before this one mucks with
something. I checked that all of the tests in this suite run correctly in
any order with a fresh JBoss instance. I will see if I can track down the
problem later =(
--jason
On Wed, 4 Jul 2001 [EMAIL PROTECTED] wrote:
>
>
> JBoss daily test results
>
> SUMMARY
>
> Number of tests run: 89
>
> --------------------------------------------
>
> Successful tests: 86
>
> Errors: 1
>
> Failures: 2
>
> --------------------------------------------
>
> [time of test: 4 July 2001 2:50]
>
> See http://lubega.com for full details
>
> NOTE: If there are any errors shown above - this mail is only highlighting
> them - it is NOT indicating that they are being looked at by anyone.
>
> It is assumed that whoever makes change(s) to jboss that
> break the test will be fixing the test or jboss, as appropriate!
>
> --------------------------------------------
>
>
> DETAILS OF ERRORS
>
>
>
> Suite: org.jboss.test.xa.test.Main
> Test: testXABean
> Type: error
> Exception: java.rmi.ServerException
> Message: RemoteException occurred in server thread; nested exception is:
>java.rmi.ServerException: Unable to find DB pool: javax.naming.NameNotFoundException:
>XADataSource1 not bound; nested exception is: javax.ejb.EJBException: Unable to
>find DB pool: javax.naming.NameNotFoundException: XADataSource1 not bound
> Stack Trace:
> java.rmi.ServerException: RemoteException occurred in server thread; nested
>exception is:
> java.rmi.ServerException: Unable to find DB pool:
>javax.naming.NameNotFoundException: XADataSource1 not bound; nested exception is:
> javax.ejb.EJBException: Unable to find DB pool:
>javax.naming.NameNotFoundException: XADataSource1 not bound
> java.rmi.ServerException: Unable to find DB pool:
>javax.naming.NameNotFoundException: XADataSource1 not bound; nested exception is:
> javax.ejb.EJBException: Unable to find DB pool:
>javax.naming.NameNotFoundException: XADataSource1 not bound
> javax.ejb.EJBException: Unable to find DB pool: javax.naming.NameNotFoundException:
>XADataSource1 not bound
> at
>sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
> at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
> at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
> at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(Unknown
>Source)
> at
>org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericProxy.java:362)
> at
>org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy.invoke(StatelessSessionProxy.java:123)
> at $Proxy1.clearData(Unknown Source)
> at org.jboss.test.xa.test.Main.testXABean(Main.java:106)
> at java.lang.reflect.Method.invoke(Native Method)
> at junit.framework.TestCase.runTest(TestCase.java:155)
> at junit.framework.TestCase.runBare(TestCase.java:129)
> at junit.framework.TestResult$1.protect(TestResult.java:100)
> at junit.framework.TestResult.runProtected(TestResult.java:117)
> at junit.framework.TestResult.run(TestResult.java:103)
> at junit.framework.TestCase.run(TestCase.java:120)
> at junit.framework.TestSuite.run(TestSuite.java:144)
> at
>org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:209)
> at
>org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:342)
>
> ---------------------------------
>
>
>
> Suite: org.jboss.test.jmsra.test.AllJUnitTests
> Test: testBeanOk
> Type: failure
> Exception: junit.framework.AssertionFailedError
> Message:
> Stack Trace:
> junit.framework.AssertionFailedError
> at junit.framework.Assert.fail(Assert.java:143)
> at junit.framework.Assert.assert(Assert.java:19)
> at junit.framework.Assert.assert(Assert.java:26)
> at org.jboss.test.jmsra.test.RaTest.testBeanOk(RaTest.java:164)
> at java.lang.reflect.Method.invoke(Native Method)
> at junit.framework.TestCase.runTest(TestCase.java:155)
> at junit.framework.TestCase.runBare(TestCase.java:129)
> at junit.framework.TestResult$1.protect(TestResult.java:100)
> at junit.framework.TestResult.runProtected(TestResult.java:117)
> at junit.framework.TestResult.run(TestResult.java:103)
> at junit.framework.TestCase.run(TestCase.java:120)
> at junit.framework.TestSuite.run(TestSuite.java:144)
> at junit.framework.TestSuite.run(TestSuite.java:144)
> at
>org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:209)
> at
>org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:342)
>
> ---------------------------------
>
>
>
> Suite: org.jboss.test.jmsra.test.AllJUnitTests
> Test: testSimple
> Type: failure
> Exception: junit.framework.AssertionFailedError
> Message:
> Stack Trace:
> junit.framework.AssertionFailedError
> at junit.framework.Assert.fail(Assert.java:143)
> at junit.framework.Assert.assert(Assert.java:19)
> at junit.framework.Assert.assert(Assert.java:26)
> at org.jboss.test.jmsra.test.RaTest.testSimple(RaTest.java:146)
> at java.lang.reflect.Method.invoke(Native Method)
> at junit.framework.TestCase.runTest(TestCase.java:155)
> at junit.framework.TestCase.runBare(TestCase.java:129)
> at junit.framework.TestResult$1.protect(TestResult.java:100)
> at junit.framework.TestResult.runProtected(TestResult.java:117)
> at junit.framework.TestResult.run(TestResult.java:103)
> at junit.framework.TestCase.run(TestCase.java:120)
> at junit.framework.TestSuite.run(TestSuite.java:144)
> at junit.framework.TestSuite.run(TestSuite.java:144)
> at
>org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:209)
> at
>org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:342)
>
> ---------------------------------
>
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development