Re: Incorrect Package names for generated code with CXF and XMLBeans

2009-08-19 Thread Daniel Kulp
This is completely per XMLBeans code generation rules. Basically, we just feed the schemas to XMLBeans and it uses whatever rules it has to generate the package names. XMLBeans does have some sort of context file that may be usable to remap things (much like a jaxb binding file), but I

Re: Incorrect Package names for generated code with CXF and XMLBeans

2009-08-19 Thread Uday . Natra
Thanks Dan. I will see if I can do that. Uday Natra Technical Architect 901-495-7595 uday.na...@autozone.com Daniel Kulp dk...@apache.org 08/19/2009 11:36 AM To users@cxf.apache.org cc natra uday.na...@autozone.com Subject Re: Incorrect Package names for generated code with CXF and XMLBeans

Incorrect Package names for generated code with CXF and XMLBeans

2009-08-18 Thread natra
Hi, I was using WSDL2Java (CXF 2.2) and XMLBeans (2.4) to generate the necessary artifacts for my WSDL that imports XSDs. The resulting code has the correct package for the Targetnamespace defined for the WSDL but the package naming is incorrect for the imported XSDs. Here are the import