My application uses jaxb jar (jaxb-impl-2.2.1.1.jar)from apache wink. I deployed my application on bluemix.
When it accesses com.sun.xml.bind.marshaller.CharacterEscapeHandler it fails with NoClassDefFoundError on bluemix.
Does bluemix use some other version of this jar which does not have this class? How can I check this?