[arquillian-issues] [JBoss JIRA] (ARQ-1596) GlassFish Remote/Managed force JAX-RS 1.0

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed Dec 4 04:56:06 EST 2013


Aslak Knutsen created ARQ-1596:
----------------------------------

             Summary: GlassFish Remote/Managed force JAX-RS 1.0
                 Key: ARQ-1596
                 URL: https://issues.jboss.org/browse/ARQ-1596
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: GlassFish Containers
    Affects Versions: glassfish_1.0.0.CR4
            Reporter: Aslak Knutsen
            Priority: Critical


The GlassFish Remote and Managed containers use Jersey 1.x to communicate with the Admin REST API. 

* Jersey changed package from com.sun to org.glassfish between 1.x and 2.x
* Jersey core bundles the JAX-RS 1.0 apis

This case some issues when you want to test JAX-RS 2.0 features on the client side using GlassFish 4. 

You can't exclude the Jersey libs exposed and replace them with Jersey 2.0 because the package names changed.. And you can't really get JAX-RS 2.0 on ClassPath because Jersey 1.0 bundles the 1.0 APIs..

We need to replace the communication with the Admin API with something that can't interfere with the Container / User classpath.

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