Hi,
I want to deploy jersey application on glassfish v3 Preview and I mainly use json provider with natural convention. When I try deploy my app I get error:
INFO: Initiating Jersey application, version 'Jersey: 1.1.0-ea 04/30/2009 06:59 PM'
SEVERE: [failed to localize] error.jaxb.ri.2.1.10.missing()
SEVERE: The provider class, class org.mycompany.core.rs.provider.CommonJaxbProvider, could not be instantiated. Processing will continue but the class will not be utilized
java.lang.RuntimeException: [failed to localize] error.jaxb.ri.2.1.10.missing()
at com.sun.jersey.api.json.JSONConfiguration.natural(JSONConfiguration.java:277)
My configuration is analogous to described in:
http://blogs.sun.com/japod/entry/configuring_json_for_restful_web
How can I run my app? How to update or override jaxb in glassfish.
I tried using lib/endorsed/ directory but it doesn't help.
Could you help me?
[Message sent by forum member 'rafik777' (rafik777)]
http://forums.java.net/jive/thread.jspa?messageID=353422