users@jersey.java.net

[Jersey] Upgraded Jersey to 1.15 in glassfish 3.1.2.2. Getting org.jboss.weld.resources.spi.ResourceLoadingException: Error loading class

From: <justin.phillips_at_locusenergy.com>
Date: Fri, 16 Nov 2012 22:59:48 +0000 (GMT)

Hello,
I upgraded jersey in my glassfish 3.1.2.2 server per the instructions
here http://jersey.java.net/nonav/documentation/latest/glassfish.html

I've been getting an error where it says it can't load one of my
classes.

It tries to start the server but results in this

WARNING: Provider com.sun.xml.internal.bind.v2.ContextFactory not found
javax.xml.bind.JAXBException: Provider
com.sun.xml.internal.bind.v2.ContextFactory not found
 - with linked exception:
[java.lang.ClassNotFoundException:
com.sun.xml.internal.bind.v2.ContextFactory not found by
com.sun.jersey.glassfish.v3.osgi.jersey-gf-server [176]]

Did I do something wrong?
Can someone help? Thank you!