[
http://jira.jboss.com/jira/browse/JBAS-5591?page=all ]
Shelly McGowan updated JBAS-5591:
---------------------------------
The lookup in these tests are done from the EJB. I've changed the logic to simply do
a sessionCtx.getEJBHome() but the testCallByValueInSameJar still fails which I'm
working on:
testcase classname="org.jboss.test.cts.test.IndependentJarsUnitTestCase"
name="testCallByValueInSameJar" time="0.036">
<error message="ReferenceTest was not serialized; nested exception is:
javax.ejb.EJBException: ReferenceTest was not serialized"
type="javax.transaction.TransactionRolledbackException">javax.transaction.TransactionRolledbackException:
ReferenceTest was not serialized; nested exception is:
javax.ejb.EJBException: ReferenceTest was not serialized
Fix org.jboss.test.cts.test.*
-----------------------------
Key: JBAS-5591
URL:
http://jira.jboss.com/jira/browse/JBAS-5591
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Test Suite
Reporter: Dimitris Andreadis
Assigned To: Shelly McGowan
The Failing tests are essentially 2, testInterJarCall & testCallByValueInSameJar
within the IndependentJarsUnitTestCase unit test case.
org.jboss.test.cts.test.IndependentJarsUnitTestCase.testInterJarCall
org.jboss.test.cts.test.IndependentJarsUnitTestCase(JRMP-Invoker).testInterJarCall
org.jboss.test.cts.test.IndependentJarsUnitTestCase(JRMP-Invoker).testCallByValueInSameJar
org.jboss.test.cts.test.IndependentJarsUnitTestCase(Pooled-Invoker).testInterJarCall
org.jboss.test.cts.test.IndependentJarsUnitTestCase(Pooled-Invoker).testCallByValueInSameJar
The weird thing is I can run them without problems on windows but the fail on Hudson:
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-Test...
--
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