On Tuesday, November 01, 2011 10:45:54 AM Rene Mondeel wrote:
> Hi all,
> I am trying to generate a Web Service client using CXF 2.4.3. I am using
> the Eclipse WTP wizard to do so.
> After selecting a remote WSDL file via the "Browse" button and waiting for
> the validation to complete i get a terse validation warning. Is there a
> way or a place(logfile) to see what the warning is about?

>From within WTP, I have no idea.   If you run from the command line, you can 
try adding the -verbose flag to wsdl2java and it may produce a better warning 
message.   If it ends up being a JAXB error, I would retry with CXF 2.5.0.   
CXF does a better job reporting multiple JAXB errors than 2.4.3.   In some 
cases, JAXB splits error message across several calls to the error listener 
and 2.4.3 just reported the first call (threw an exception immediately).   
With 2.5.0, it stores all the messages from multiple calls and reports them 
all at the end.

Dan



> 
> Regards,
> René Mondeel
> 
> 
> Proclaimer RIVM
-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to