Multiple schema jars

2012-01-10 Thread Bob Harvey
Hi, I am developing in Netbeans and need to provide our customer APIs a base XMLBean library (for example sake, call it baseschemas.jar. This base library will be used to support different vendors the ability to build their own customized XMLBean objects. In my testing, I have created a XMLBean

Re: Multiple schema jars

2012-01-10 Thread Jacob Danner
Hi Bob, I'm not sure what you mean by lib dependency but thought this link might be of some use http://wiki.apache.org/xmlbeans/XmlBeansFaq#schemaDependencies Are both baseschemas.jar and vendor1.jar on the classpath during execution? Can you try doing a Class.getResource or something along those