jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x Axis Tools Plugin
  • MAXISTOOLS-47

wsdl2java does not respect the order of wsdlFiles specified in the POM configuration

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.3
  • Fix Version/s: 1.4
  • Component/s: wsdl2java
  • Labels:
    None

Description

Given the configuration below, the wsdlFiles are processed in a seemingly random order instead of the order they are specified in. We have a use case where we need the wsdlFiles to be processed in a certain order, due to problems with the WSDL files themselves, which unfortunately are beyond our control.

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>axistools-maven-plugin</artifactId>
        <version>1.3</version>
        <configuration>
          <noImports>true</noImports>
          <sourceDirectory>wsdl-files</sourceDirectory>
          <typeMappingVersion>1.2</typeMappingVersion>
          <useEmitter>true</useEmitter>
        </configuration>
        <executions>
          <execution>
            <goals>
              <goal>wsdl2java</goal>
            </goals>
            <configuration>
              <wsdlFiles>
                <wsdlFile>AnonTentamenFetcher.wsdl</wsdlFile>
                <wsdlFile>CertAdminFetcher.wsdl</wsdlFile>
                <wsdlFile>ChangeAddressFetcher.wsdl</wsdlFile>
                ...
              </wsdlFiles>
            </configuration>
          </execution>
        </executions>
      </plugin>

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Dennis Lundberg added a comment - 04/Aug/10 3:28 AM

Fixed in r12399.

Show
Dennis Lundberg added a comment - 04/Aug/10 3:28 AM Fixed in r12399.

People

  • Assignee:
    Dennis Lundberg
    Reporter:
    Dennis Lundberg
Vote (0)
Watch (0)

Dates

  • Created:
    04/Aug/10 3:23 AM
    Updated:
    04/Aug/10 3:28 AM
    Resolved:
    04/Aug/10 3:28 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.