Am using CXF 2.2.4, JAX-WS frontend, JAXB databinding. I know with JAXB, I need to create XmlJavaTypeAdapters to handle Map types. This works great when the annotation is at the field level. However, when I annotated my SEI and implementation class at the method level, I am getting CXF exception caused by javax.xml.bind.JAXBException: java.util.Map is not known to this context.
BTW, the Adapter is a static inner class in the SEI. Any ideas? Eric -- View this message in context: http://old.nabble.com/CXF-and-XmlJavaTypeAdapter-annotation-at-the-method-level-tp26206018p26206018.html Sent from the cxf-user mailing list archive at Nabble.com.
