In an application I'm working on, I import two sets of CXF-based classes to implement some basic rest services. I find that when both are imported, I get this error when I try to access one of the services:
CXF object is not an instance of declaring class while invoking public javax.xml.bind.JAXBElement But it tells me little else, such as what the classname actually was that it got. Is there any simple way to track down the source of this error? Is there tracing that can be turned on in CXF? Any advice would be vastly appreciated. Sincerely, -- Jared -- View this message in context: http://cxf.547215.n5.nabble.com/Trying-to-track-down-cause-of-a-vague-CXF-error-tp4282081p4282081.html Sent from the cxf-user mailing list archive at Nabble.com.
