beans.xml in arquillian deployment artifacts for integration testing needs to 
be in WEB-INF to support WebLogic 12c
-------------------------------------------------------------------------------------------------------------------

                 Key: DELTASPIKE-94
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-94
             Project: DeltaSpike
          Issue Type: Improvement
          Components: Tests
    Affects Versions: 0.1-incubating
            Reporter: Rudy De Busscher
            Assignee: Rudy De Busscher


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");

See also http://markmail.org/message/u3hdpzackhn74ivi 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to