[jboss-jira] [JBoss JIRA] Commented: (JBAS-5591) Fix org.jboss.test.cts.test.*

Adrian Brock (JIRA) jira-events at lists.jboss.org
Mon Jun 16 08:27:46 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBAS-5591?page=comments#action_12417273 ] 
            
Adrian Brock commented on JBAS-5591:
------------------------------------

Shelley wrote:

"
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:
"

I don't think that is the correct fix. 

The idea of this test is to force serialization during naming lookups to test the classloading is correct for that operation.

Using the full remote url (host:1099) will force the naming lookup to go "over the wire" and thus do
serialization, which sessionCtx.getEJBHome() won't do that.

> 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-TestSuite-sun15/632/testReport/org.jboss.test.cts.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

        



More information about the jboss-jira mailing list