[arquillian-issues] [JBoss JIRA] Created: (ARQ-349) Create a Protocol processor SPI for modifying the Protocol create final deployment

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sun Jan 2 09:55:18 EST 2011


Create a Protocol processor SPI for modifying the Protocol create final deployment
----------------------------------------------------------------------------------

                 Key: ARQ-349
                 URL: https://issues.jboss.org/browse/ARQ-349
             Project: Arquillian
          Issue Type: Feature Request
          Components: Packaging Enricher SPI
            Reporter: Aslak Knutsen


In some cases we need to modify the Protocol generated Deployment. 

In the case of CDI, it's BeanManagers are hierarchical, a BeanManager created for a ejb-jar in a ear is not visible to a war unless the war also contains a beans.xml. When using the Servlet Protocol, a war is added without a beans.xml since the protocol it self is unaware of CDI, and Beans are never injected into the testcase.

DeploymentProcessor.process(TestClass relevant class, TestDeployment auxAndApplicationArchives, Archive<?> finalDeployment);


https://issues.jboss.org/browse/WELD-709

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list