Hello there! How can I inform the org.apache.cxf.jaxb.JAXBDataBinding
which packages to look at?

It seems that it is scanning the whole classpath for annotations, and
now it throwing errors complaining about my DAOs Interfaces (and JAXB
not being able to handle interface)

My previous experiences with jaxb I manually created the Context and
set the packagenames of it. Dunno how to pass it (the correct
property) of the JAXBDatabinding.

Regards

Reply via email to