-
Sub-task
-
Resolution: Done
-
Major
-
None
-
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.