Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-2438

WSDLFilePublisher prematurely stops publishing schema imports

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • jbossws-native-3.0.5
    • jbossws-native
    • None
    • Release Notes
    • Workaround Exists
    • Hide

      Reorder schema imports

      Show
      Reorder schema imports

      In the publishSchemaImports method, the code that prevent infinate loops should continue to the next item in the list instead of returning from the function. The following scenario would prematurely stop

      Schema2.xsd
      – Import Schema3.xsd

      Schema1.xsd
      – import Schema2.xsd
      – import Schema3.xsd
      – Import Schema4.xsd
      .....
      – Import SchemaN.xsd

      In this schenario, Schema4.xsd - SchemaN.xsd wouldn't be published

            darran.lofthouse@redhat.com Darran Lofthouse
            prichcmu prichcmu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: