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
- stacktrace.txt 32.29KB
Comment #1
Posted on Dec 12, 2009 by Helpful BirdOk, 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 MonkeyI'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 MonkeyThis is going to take some work, because the RestEasy JARs conflict with Jersey...
Status: Accepted
Labels:
Type-Defect
Priority-Medium