All, I am having problems getting cxf-se to expose a pojo on the bus. I am a newbie and any help will be much appreciated.
Environment: Windows XP, JDK 1.6.03, Servicemix 3.2 1) I created Annotated POJO class called MathService.java, this is in the src of the math folder. 2) This pojo is compiled into math.jar 3) In the mathservice-cxf-su\src\main\resources\xbean.xml, I expose the MathService as a CXF endpoint. 4) Created a HTTP BC and then SA for the Math Service. When I deploy the SA, the WSDL is not auto generated (JMX Console, loadWSDL() returns nothing). Attaching all code for reference Thanks in advance -gopal http://www.nabble.com/file/p16210363/MathService-CXF.zip MathService-CXF.zip -- View this message in context: http://www.nabble.com/Java-First-servicemix-cxf-se-Problems-Questions.-tp16210363s12049p16210363.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
