-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
glassfish_1.0.0.CR4
-
None
As a User I would like to deploy Container wide resources
Given a Reference to a resource.xml file in ContainerConfiguration
When the Container starts up
Then the resource.xml should be deployed
When the Container shuts down
Then the resource.xml should be undeployed
This is similar to how GlassFish Embedded works.
Configuration: https://github.com/arquillian/arquillian-container-glassfish/blob/master/glassfish-embedded-3.1/src/main/java/org/jboss/arquillian/container/glassfish/embedded_3_1/GlassFishConfiguration.java#L156
Container Impl: https://github.com/arquillian/arquillian-container-glassfish/blob/master/glassfish-embedded-3.1/src/main/java/org/jboss/arquillian/container/glassfish/embedded_3_1/GlassFishContainer.java#L186