[arquillian-issues] [JBoss JIRA] (ARQ-1383) Support deployment of container wide resource.xml in GlassFish Managed and Remote

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Tue Apr 30 10:04:54 EDT 2013


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

Aslak Knutsen updated ARQ-1383:
-------------------------------

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

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


    
> 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
>      Security Level: Public(Everyone can see) 
>          Components: GlassFish Containers
>    Affects Versions: glassfish_1.0.0.CR4
>            Reporter: Aslak Knutsen
>             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/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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list