Open torsten-liermann opened 10 years ago
Can you provide your dependency tree? Are you on maven or something else?
Also, are you using glassfish full or web profile?
I'm using the glassfish full profile. Reproduce the problem is simple: extends the ftests with arquillians glassfish remote adapter.
Am 24. November 2014 00:13:41 schrieb John Ament notifications@github.com:
Also, are you using glassfish full or web profile?
Reply to this email directly or view it on GitHub: https://github.com/arquillian/arquillian-extension-rest/issues/21#issuecomment-64139665
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.