Hi all! While running a camel cxf client service I always get the warning about using the Simple frontend:
After that I get some errors following up caused by not using the jaxws frontend. I think they are really following up because they habe a a rather complicated structure of the wsdl. The wsdl2java was generated with JAXWS annotations, but it looks like Camel is always automaticly using the Simple Frontend instead of Jaxws Frontend when running the service class with jaxws annotations. Is there a way to force Camel to use the Jaxws Frontend instead of Simple Frontend ? Or do I miss a crucial point about how to choose and use the frontends? Regards Mike -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-Simple-Frontend-warning-tp5805214.html Sent from the Camel - Users mailing list archive at Nabble.com.
