Hi again. The problem was already posted in this news with "Schema depenencies" title.
Kevin Krouse <[EMAIL PROTECTED]> kindly provided the answer: when compiling Bla_Impl.jar just include Bla_Generic.jar in the classpath. So simple it, isn't it? On 11/12/05, tri lander <[EMAIL PROTECTED]> wrote: > I have exactly the same problem. > > If there was a way to do not generate the signature (XSB) it would > solve the problem. That would mean generate the code without reference > to the signed TypeSystemHolder. > > Is it possible to generate a JAR with a "universal" TypeSystemHolder? > Does anyone know this? > > If this is possible we could generate each JAR and then in the > Bla_Impl.jar remove all classes that belong to Bla_Generic.jar. Edit > the manifest.mf on the Bla_Impl.jar to include Bla_Generic.jar in the > classpath. > > Sorry I can't help more. > > Bye > > -------------------------------------------------------------------- > From Tiago Coutinho <[EMAIL PROTECTED]> > Subject Separate JAR file for each .XSD > Date Fri, 11 Nov 2005 13:18:48 GMT > > Hello, > > I wonder if it is possible to generate separate JAR files: one for > each XSD file used? Example: > > I have a Bla_Generic.xsd schema and a Bla_Impl.xsd schema that imports > the first schema. They use different namespaces. > > Is it possible to generate a Bla_Generic.jar and a Bla_Impl.jar with > only the respective xmlbeans classes. > > Bla_Impl.jar must not contain .class and .xsb files that are in the > Bla_Generic.jar and it should have a reference in the Manifest > class-path to Bla_Generic.jar (although I can change this by hand :-) > > Thank you in advance. > > Tiago Coutinho > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

