Mark Struberg created DELTASPIKE-209:
----------------------------------------

             Summary: 
ShrinkWrap.create(WebArchive.class,..)..addAsManifestResource(.., "beans.xml") 
not spec conform
                 Key: DELTASPIKE-209
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-209
             Project: DeltaSpike
          Issue Type: Bug
          Components: Tests
    Affects Versions: 0.2-incubating
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 0.3-incubating


This problem is caused by the WebArchive workaround we need to do as there is 
no SE classpath Archive in ShrinkWrap.

For web applications the following beans.xml locations are defined:

 * WEB-INF/classes/META-INF/beans.xml
 * WEB-INF/beans.xml

but *NOT* /META-INF/beanx.xml.

See CDI spec "12.1. Bean archives"

--
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