arquillian / arquillian-extension-rest

Declarative REST testing extension
37 stars 20 forks source link

Missing glassfish 3.1 support #21

Open torsten-liermann opened 10 years ago

torsten-liermann commented 10 years ago

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.

johnament commented 10 years ago

Can you provide your dependency tree? Are you on maven or something else?

johnament commented 10 years ago

Also, are you using glassfish full or web profile?

torsten-liermann commented 10 years ago

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