[arquillian-issues] [JBoss JIRA] Resolved: (ARQ-349) Create a Protocol processor SPI for modifying the final deployment generated by the DeploymentPackager

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed Feb 2 17:23:39 EST 2011


     [ https://issues.jboss.org/browse/ARQ-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen resolved ARQ-349.
-------------------------------

    Resolution: Done


https://github.com/aslakknutsen/arquillian/tree/the_bigger_picture

> Create a Protocol processor SPI for modifying the final deployment generated by the DeploymentPackager 
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ARQ-349
>                 URL: https://issues.jboss.org/browse/ARQ-349
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Packaging Enricher SPI
>            Reporter: Aslak Knutsen
>             Fix For: 1.0.0.Beta1
>
>
> 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