On Apr 14, 2014, at 12:42 PM, akaine <[email protected]> wrote: > I've seen both articles/threads you mention before though I really have no > idea how to make CXF see the JAXB binding config xml. Any suggestions? > >
For the DynamicClientFactory, there are createClient methods that have a "List<String> bindingFiles” parameter at the end that you can use to pass them to CXF. For code generation on the command line, there is the “-b bindingfile.xml” flag. Dan > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Set-default-package-for-objects-generated-by-the-dynamic-client-tp5742640p5742819.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
