]
Bartosz Majsak reassigned ARQ-1383:
-----------------------------------
Assignee: Bartosz Majsak
Support deployment of container wide resource.xml in GlassFish
Managed and Remote
----------------------------------------------------------------------------------
Key: ARQ-1383
URL:
https://issues.jboss.org/browse/ARQ-1383
Project: Arquillian
Issue Type: Feature Request
Components: GlassFish Containers
Affects Versions: glassfish_1.0.0.CR4
Reporter: Aslak Knutsen
Assignee: Bartosz Majsak
Fix For: glassfish_1.0.0.Final
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/...
Container Impl:
https://github.com/arquillian/arquillian-container-glassfish/blob/master/...