On Monday, October 24, 2011 6:23:36 PM David Karlsen wrote:
> To avoid having overlapping classnames (due to different compilations
> ending up on the same classpath) I'd like to apply this:
> 
> See: 2.1.1
> http://jaxb.java.net/guide/Customizing_Java_packages.html#Tip__get_rid_of_th
> e_org_w3__2001_xmlschema_package
> 
> This isn't possible to do with the cxf-codegen-plugin.
> 
> Have anybody else encountered this? Would it be possible to fix
> directly in the cxf plugin?

Is  the issue that you cannot figure out how to pass the file to CXF or the 
file doesn't work?

You can certainly pass a  binding file like that to CXF.  
    <bindingFiles>
        <bindingFile>${basedir}/src/main/bindings/file.xml</bindingFile>

or similar.


Dan


> 
> 
> --
> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to