Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-4635 Fix jboss-head-testsuite-sun-1.5
  3. JBAS-5569

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

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • JBossAS-5.0.0.CR1
    • None
    • Test Suite
    • None

      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.

            dandread1@redhat.com Dimitrios Andreadis
            dandread1@redhat.com Dimitrios Andreadis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: