1:
At FINE log traffic, when I do detailed HTTP configuration: I get this
buried on the bottom of a stack trace. Is it important?
Caused by: java.lang.LinkageError: duplicate class definition:
org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngine
FactoryConfigType$JaxbAccessP8?
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.lang.ClassLoader.defineClass(ClassLoader.java:465)
... 62 more
2:
I'm apparently pretty confused by how CXF and spring coexist. When is an
app supposed to import the various CXF files from META-INF, and when
does CXF decide to look for cxf.xml for itself, instead? The doc only
discusses the later case.