0 Replies Latest reply on Oct 12, 2007 4:14 AM by richard_opalka

    Forcing JAXB Schema Generator To Preserve Java Object Inheri

    richard_opalka

      Hi Folks,

      I've found that our 'WSDL schema section' generation process
      is in method JAXBWSDLGenerator.processTypes() where we call
      JAXBRI.generateSchema() method.
      This JAXB based schema generation doesn't preserve the object
      inheritance hierarchy in generated schema.
      So my question is:

      Is there a way to force JAXB schema generator
      to preserve object inheritance hierarchy in
      generated schema?


      Richard