|
First, thanks for the early reply. We don't use Scomp for compiling and we use the api, XmlBeans.compileXmlBeans. This invocation do not need a schema directory. Even the Scomp seems internally calling SchemaTypeSystemCompiler. We are now trying to use the SchemaTypeSystemCompiler.compile(Parameters) to get the schema. But then the problem is that we are passing schema as a DOM Node in to XMLBeans. But XMLBeans seems requiring a URI of the schema in order to generate the schema in the compile method. Cezar Andrei wrote: Scomp saves the original schema files inside the generated jar, and you can get to it in the following way: |
- Re-Generating schema from the generated code Eran Chinthaka
- RE: Re-Generating schema from the generated code Cezar Andrei
- Re: Re-Generating schema from the generated ... David Jencks
- Re: Re-Generating schema from the generated ... Eran Chinthaka
- RE: Re-Generating schema from the generated code Lawrence Jones
- Re: Re-Generating schema from the generated ... Eran Chinthaka
- RE: Re-Generating schema from the generated code Radu Preotiuc-Pietro
- Re: Re-Generating schema from the generated ... Eran Chinthaka
- Re: Re-Generating schema from the genera... David Jencks
- Re: Re-Generating schema from the ge... Eran Chinthaka
- RE: Re-Generating schema from the generated code Cezar Andrei

