Camel CXF Endpoint creating incomplete WSDL?

2011-07-28 Thread inliner683
Hi, I am trying to implement a Camel CXF endpoint using a simple interface having a method (just as an example): void doLogin(User user) I want to use this as cxf endpoint cxf:cxfEndpoint in from-statement in the route. Works fine so far, except that the WSDL that is dynamically created via ?ws

Re: Camel CXF Endpoint creating incomplete WSDL?

2011-07-29 Thread inliner683
Original-Nachricht > Datum: Thu, 28 Jul 2011 23:21:04 +0800 > Von: Willem Jiang > An: users@camel.apache.org > Betreff: Re: Camel CXF Endpoint creating incomplete WSDL? > Which version of CXF are you using? > Do you use camel inside of Karaf or other OSGi container ? > > camel

Re: Camel CXF Endpoint creating incomplete WSDL?

2011-07-29 Thread inliner683
I use latest Camel version 2.8 and CXF 2.4.1 I don't use OSGi, but deploy Camel into Tomcat. I know that Camel delegates to CXF and I am using the same versions, which is even more confusing. Moreover, I discovered the following: If I use the very same code and just change in the pom.xml from C

Re: Camel CXF Endpoint creating incomplete WSDL?

2011-07-29 Thread inliner683
I am using explicit dependencies in the POM for CXF and use version 2.4.1. I inspected the WEB-INF/lib folder and in both cases, using camel 2.7.2 or 2.8.0 I have only the CXF 2.4.1 jars deployed. I think it is not related to version clashes, since 2.8.0 by default uses CXF 2.4.1. I did an even

CamelSpringTestSupport with multiple Camel-Contexts, not working

2011-09-29 Thread inliner683
Hi, I am trying to run a unit test with multiple camelcontexts defined. The test extends CamelSpringTestSupport. Whenever I run the test, I get the message: Should have at least one route. However, when I run exactly the same camelcontext via the Mainsupport of Camel, everything works fine as e