Appengine java - Jersey/Jackson JaxbAnnotationIntrospector NoClassDefFoundError

前端 未结 1 2161
感动是毒
感动是毒 2021-02-20 13:20

I\'m re-asking an unanswered question from the now read-only google groups App Engine for Java because I have the exact same problem. (original)

I have put together a si

相关标签:
1条回答
  • 2021-02-20 14:15

    From what I can tell you most likely don't have the optional XC Jackson lib.

    The XC package allows you to use Xml Annotations (JAXB) in addition to the Jackson Annotations for mapping classes.

    From what I can tell this error will only happen once during Jackson first setup so unless you need JAXB support just ignore the issue.

    0 讨论(0)
提交回复
热议问题