Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.1-incubating
-
None
Description
When the arquilian test artifact is deployed on WebLogic 12c, it isn't recognized as needing CDI when there is no beans.xml in the WEB-INF.
Therefor the command
.addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml")
must be replaced by
.addAsWebInfResource(EmptyAsset.INSTANCE, "beans.xml");