Hi
I am not sure if this mail should not be sent to glassfish user group
but i hope i can find some help here:
I am trying to use JSON natural notation
JAXBContext context = new JSONJAXBContext(JSONConfiguration.natural().build()...
The application worked as a charm on GF 3.0.1 but on GF 3.1. b40 web
profile (current the latest one as of yesterday) i got a nasty
exception with following header message:
SEVERE: NATURAL JSON notation configured, but JAXB RI 2.1.10 not
found. For the recent builds to get this working correctly, you need
even at least JAXB version 2.1.12. Please add it to your classpath!
SEVERE: The provider class, class foo.bar.MyJAXBContextResolver, could
not be instantiated. Processing will continue but the class will not
be utilized
Generally ,how to upgrade to JAXB 2.1 provided that JAXB 2 classes are
already bundled within JDK?
How to make an upgrade on GF 3.1 which does not have any of JAXB api/
JAXB impl osgified versions at all ( GF 3.0.1 indeed had jaxb-api-osgi
and jaxb-osgi.jar ) ?
regards Jakub Milkiewicz