[arquillian-issues] [JBoss JIRA] (ARQ-322) Implement a GlassFish 3.1 managed container adapter

Vineet Reynolds (JIRA) jira-events at lists.jboss.org
Tue Feb 28 14:22:36 EST 2012


    [ https://issues.jboss.org/browse/ARQ-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671805#comment-12671805 ] 

Vineet Reynolds commented on ARQ-322:
-------------------------------------

There's a cleaned up version of Dan Allen's prototype here: 

https://github.com/VineetReynolds/arquillian-container-glassfish/tree/ARQ-322

I'll comment on the points noted above, with regard to the original prototype, that are still not addressed and might not addressed right away.

* add support for JVM flags (use property javaJvmArguments) - GlassFish does not allow for new JVM flags and arguments to be specified for the GlassFish process via an asadmin command. This requires changes to be made to the domain configuration via the asadmin create-jvm-options command (and a rollback via the asadmin delete-jvm-options command), and a possible domain restart. We could raise this feature request in the GlassFish JIRA.
* add support for custom debug port (use property debugPort) - Again, GlassFish does not allow for the debug port to be changed at startup through an asadmin commmand. The domain configuration file must be modified for a custom debug port to be used. We could raise this feature request in the GlassFish JIRA.
* add support for deploying glassfish-resources.xml - This could be done via the `asadmin add-resources` command. But it would incur a cost at the moment, for the creation of resources cannot be rolled back easily. Aslak has already filed a feature request against GlassFish JIRA (http://java.net/jira/browse/GLASSFISH-16240) for this purpose. I'm of the opinion that we should wait for this feature to appear in GlassFish instead of building in the logic to parse the sun-resources/glassfish-resources.xml files to manage each individual resource.
                
> Implement a GlassFish 3.1 managed container adapter
> ---------------------------------------------------
>
>                 Key: ARQ-322
>                 URL: https://issues.jboss.org/browse/ARQ-322
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: GlassFish Containers
>    Affects Versions: glassfish_1.0.0.CR2
>            Reporter: Dan Allen
>            Assignee: Vineet Reynolds
>
> To round out the GlassFish support, we need a managed container adapter (see the JBoss AS managed container).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list