[jboss-jira] [JBoss JIRA] Created: (JBAS-5569) org.jboss.test.hibernate.test.TimersUnitTestCase leaves back garbage

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Fri May 30 09:59:01 EDT 2008


org.jboss.test.hibernate.test.TimersUnitTestCase leaves back garbage
--------------------------------------------------------------------

                 Key: JBAS-5569
                 URL: http://jira.jboss.com/jira/browse/JBAS-5569
             Project: JBoss Application Server
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
          Components: Test Suite
            Reporter: Dimitris Andreadis
         Assigned To: Dimitris Andreadis
             Fix For: JBossAS-5.0.0.CR1


org.jboss.test.hibernate.test.TimersUnitTestCase looks like a test case for testing if hibernate can "mount" the ejb timers table.

The problem is it goes on to create an entry with targetId = "*:ejb=None" and forgets to remove it.

Later tests that deploy ejbs complain about this entry that cannot be parsed by org.jboss.ejb.txtimer.TimedObjectId.parse(). I'm not sure if this is only an annoyance or it causes further test failures; the testsuite will tell.

The test entry needs to be removed and also the org.jboss.test.hibernate.SimpleInterceptor referenced by jboss-hibernate.xml commented out, as this class does not exist.


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