After a fair amount of trial and error, I have some measure of confidence that this is a classpath issue, but no idea how. My dependent dlls are located in WEB-INF/lib. If I revert all of the elements that should be marshalled to public members, then I get the behavior I was anticipating. However, when left private with getters, I am unable to get the dependent objects to be marshalled. If I bring the class I'm trying to marshal into the war, then all acts as expected.
baartz wrote: > > I'm having some difficulty figuring out how to configure my service to > yield a wsdl that recognizes the jaxb annotations on my transfer objects > unless their classes are included in the war. > > Any ideas? > -- View this message in context: http://www.nabble.com/Jaxb-annotations-outside-of-war-tp22105605p22114885.html Sent from the cxf-user mailing list archive at Nabble.com.
