Export to GitHub

ocpsoft-tools - issue #3

socialpm-ws does not deploy on glassfish v3


Posted on Dec 12, 2009 by Helpful Bird

What steps will reproduce the problem? 1. build social-pm-ws with mvn clean compile package 2. deploy the generated war through glassfish v3 admin console

What is the expected output? The application should be deployable.

What do you see instead? Glassfish v3 webadmin console states whats attached in the file

Attachments

Comment #1

Posted on Dec 12, 2009 by Helpful Bird

Ok, the problem seems to be, that the JBoss JAX-RS implementation RestEasy is bundled with the application and conflicts with JavaEE default JaxRS implementation Jersey.

Comment #2

Posted on Dec 14, 2009 by Quick Monkey

I'll try to figure this one out tomorrow night. It's been a busy weekend. This is possibly a problem with RestEasy itself.

Comment #3

Posted on Jan 21, 2010 by Quick Monkey

This is going to take some work, because the RestEasy JARs conflict with Jersey...

Status: Accepted

Labels:
Type-Defect Priority-Medium