-
Bug
-
Resolution: Done
-
Critical
-
1.0.0.GA
-
None
-
Ubuntu/X86
During test run, org.jboss.jsr299.tck.tests.implementation.simple.definition.SimpleBeanDefinitionTest.ear failed to deploy on glassfish v3.
Looking at the ear packaging, it seems this application was mispackaged which caused the deployment failure:
SimpleBeanDefinitionTest.jar is declared as an ejb jar in application.xml. But the ejb-jar.xml inside this jar does not define any EJBs, and none of the packaged classes in this jar contain any ejb component annotations (@Stateless, @Stateful, @MessageDriven, @Singleton).
- is duplicated by
-
CDITCK-150 TCK Test Failure: IllegalArg Exceptions - Invalid Ejb Jar
- Closed