On Mar 22, 2013, at 8:54 AM, Richard Senior <[email protected]> wrote:
> I nulled the wsdlLocation and now things have moved into more curious > territory.. > > CXF seems to be reflecting upon beans that I've injected into my service > implementation.. This is causing all manner of curious problems... Is this > kind of reflection normal? Yes. If you don't provide a valid WSDL, we use the annotations (and JAXB) to generate a WSDL and Schema. > Can I disable it somehow? No. Having a valid schema and wsdl is required. You either have to provide one or we generate it via annotations. > Must I really call create the service in a static method every time? Not sure what you mean by that. In any case, if there is a problem with a particular schema construct, create a test case so we can look at it. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
