[arquillian-issues] [JBoss JIRA] Commented: (ARQ-156) Create a DeployableContainer integration for GlassFish Remote

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed May 26 05:52:55 EDT 2010


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

Aslak Knutsen commented on ARQ-156:
-----------------------------------

--- Dan Allen --- 

Well, I've pretty much taken all the hard work out of it for you :) I've created a working Maven application that deploys a ShrinkWrap WebArchive to a running GlassFish server. Shouldn't be too hard to turn this into a container. I'd like to get to it, but I need to take care of some other things first.

Attached the Maven project. Just run the Jsr88DeploymentClient class as a Main class. Of course, start GlassFish first.

I tried to use the ReadableArchive, but unfortunately the JSR-88 implementation assumes that there is a real file underneath the ReadableArchive and it bombs out. Doesn't look like there is an easy way around it. Nonetheless, it works sufficiently with exportZip().

Here are some resources that we should attach to this (hmm, starting to feel like a forum post, but I'm closing up shop for the night).

http://svn-mirror.glassfish.org/glassfish-svn/tags/3.0/deployment/client/src/main/java/org/glassfish/
http://community.jboss.org/wiki/JSR88Client

--- Dan Allen --- 

> Create a DeployableContainer integration for GlassFish Remote
> -------------------------------------------------------------
>
>                 Key: ARQ-156
>                 URL: https://jira.jboss.org/browse/ARQ-156
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: GlassFish Containers
>            Reporter: Aslak Knutsen
>
> Arquillian should be able to connect to a remote GlassFish instance in the same way you can with JBoss AS.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list