-
Bug
-
Resolution: Done
-
Major
-
None
-
JBossAS-5.0.0.Beta2
-
None
A number of unit tests are failing due to EJB2 deployment failures. The tests deploy an ear; contents of the ear are an ejb2 jar and a -ds.xml file. The ejb jar is deploying before the datasource, and thus ejb deployment fails when the datasource cannot be found in JNDI.
See forum thread for detailed discussion.
The testsuite failures due to this that I'm aware of are:
org.jboss.test.testbeancluster.test.CacheInvalidationUnitTestCase
org.jboss.test.testbeancluster.test.RetryInterceptorUnitTestCase
org.jboss.test.testbeancluster.test.SingleRetryInterceptorUnitTestCase
- blocks
-
JBAS-4636 Fix org.jboss.test.deployers.* failures
- Closed