You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to support glassfish 3.1.x? Running tests with rest clients against a glassfish remote instance will throws
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/jersey/multipart/BodyPart
at org.jboss.arquillian.container.glassfish.remote_3_1.GlassFishRestDeployableContainer.setup(GlassFishRestDeployableContainer.java:55)
Adding dependencies of jersey 1.x will not solve the problem.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
It is possible to support glassfish 3.1.x? Running tests with rest clients against a glassfish remote instance will throws
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/jersey/multipart/BodyPart
at org.jboss.arquillian.container.glassfish.remote_3_1.GlassFishRestDeployableContainer.setup(GlassFishRestDeployableContainer.java:55)
Adding dependencies of jersey 1.x will not solve the problem.
Thanks.
The text was updated successfully, but these errors were encountered: