[jbossws-issues] [JBoss JIRA] Created: (JBWS-2438) WSDLFilePublisher prematurely stops publishing schema imports

Ryan Prichard (JIRA) jira-events at lists.jboss.org
Fri Dec 19 23:04:54 EST 2008


WSDLFilePublisher prematurely stops publishing schema imports
-------------------------------------------------------------

                 Key: JBWS-2438
                 URL: https://jira.jboss.org/jira/browse/JBWS-2438
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions: jbossws-native-3.0.5
            Reporter: Ryan Prichard


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list