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

Andreas Kaiser (JIRA) issues at jboss.org
Mon Nov 30 15:27:00 EST 2015


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

Andreas Kaiser commented on ARQ-1596:
-------------------------------------

Any updates on this issue ?
I´m facing the same problem with arquillian cube extension.
I think a new module like arquillian-remote/container-4 is required containing Jersey 2.x

Regards

> GlassFish Remote/Managed force JAX-RS 1.0
> -----------------------------------------
>
>                 Key: ARQ-1596
>                 URL: https://issues.jboss.org/browse/ARQ-1596
>             Project: Arquillian
>          Issue Type: Bug
>          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 was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the arquillian-issues mailing list