RE: Issues with Maven and XMLBeans

2009-02-05 Thread Busch Paul
Hi, by default the maven plugin searches for xsdconfig files in the folder src/main/xsdconfig You can either place your xsdconfig file there or configure the plugin to search in another directory. Hi. I'm attempting to generate classes using XMLBeans 2.2.0 within a Maven build. The

Issues with Maven and XMLBeans

2009-02-04 Thread Mike Wallace
Hi. I'm attempting to generate classes using XMLBeans 2.2.0 within a Maven build. The XMLBeans Maven Plugin version is 2.3.2. The problem I'm running into is that for some of the Namespaces in the schema files, the package names aren't being generated as expected. The namespace in question

Re: Issues with Maven and XMLBeans

2009-02-04 Thread Jacob Danner
Interesting, I don't know the maven plugin, so I can't comment as to the what and why this is happening. As a workaround, have you tried using an xsdconfig file. Something like xb:config xmlns:xb=http://xml.apache.org/xmlbeans/2004/02/xbean/config; xb:namespace uri=urn:uddi-org:api_v3

Re: Issues with Maven and XMLBeans

2009-02-04 Thread Mike Wallace
--- On Wed, 2/4/09, Jacob Danner jacob.dan...@gmail.com wrote: From: Jacob Danner jacob.dan...@gmail.com Subject: Re: Issues with Maven and XMLBeans To: user@xmlbeans.apache.org, the_real_bri...@yahoo.com Date: Wednesday, February 4, 2009, 2:34 PM Interesting, I don't know the maven plugin, so I