When I use the command line tool I can use .xsdconfig file to specify the default package name:
<xb:config xmlns:xb="http://www.bea.com/2002/09/xbean/config"> <xb:namespace uri="##local"> <xb:package>com.foo.myapp</xb:package> </xb:namespace> </xb:config> How do I do the same while compiling programmatically, i.e.via XmlBeans.compileXmlBeans()? I couldn't find the corresponding XmlOption setting. Thanks. -Ajay

