super.setUp();
_jaxbMapper = new XmlMapper();
_nonJaxbMapper = new XmlMapper();
// Use JAXB-then-Jackson annotation introspector
AnnotationIntrospector intr =
XmlAnnotationIntrospector.Pair.instance(new XmlJaxbAnnotationIntrospector(TypeFactory.defaultInstance()),
new JacksonAnnotationIntrospector());
_jaxbMapper.setAnnotationIntrospector(intr);
}