I'm using groovyws (which uses cxf 2.0.5) and I find that complex wsdl is compiled correctly using the DynamicClientFactory. However, if I point to a wsdl with no complex types the factory call to javac fails with this error:
Aug 27, 2008 10:50:12 AM org.apache.cxf.endpoint.dynamic.DynamicClientFactory otputDebug INFO: Created classes: javac: no source files Usage: javac <options> <source files> where possible options include: -g Generate all debugging info ... Is this a bug in DynamicClientFactory? Source and output attached. Thanks, Peter http://www.nabble.com/file/p19182831/Test.java Test.java http://www.nabble.com/file/p19182831/output.log output.log -- View this message in context: http://www.nabble.com/DynamicClientFactory-javac-fails-on-simple-wsdl-tp19182831p19182831.html Sent from the cxf-user mailing list archive at Nabble.com.
