[ 
http://jira.codehaus.org/browse/MAXISTOOLS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MAXISTOOLS-43:
--------------------------------------

    Component/s: wsdl2java
    Description: 
{code:xml}
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>axistools-maven-plugin</artifactId>
        <version>1.3</version>
        <configuration>
          
<sourceDirectory>wsdl/dk/bec/webservice/eticketimport</sourceDirectory>
          <typeMappingVersion>1.2</typeMappingVersion>
          <wrapArrays>false</wrapArrays>
          <verbose>true</verbose>
          <debug>true</debug>
        </configuration>
        <executions>
          <execution>
            <id>WEETicketImportRma</id>
            <configuration>
              <wsdlFiles>
                <wsdlFile>WEETicketImportRma.wsdl</wsdlFile>
              </wsdlFiles>
              <mapping file="WEETicketImportRma_mapping.xml"/>
            </configuration>
            <goals>
              <goal>wsdl2java</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
{code}

This is my configuration of the plugin.  IF you give the path of the wsdl wrong 
it say the wsdl is not listed it should give proper error message that the WSDL 
file is not found. 

  was:
<plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>axistools-maven-plugin</artifactId>
                                <version>1.3</version>
                                <configuration>
                                        
<sourceDirectory>wsdl/dk/bec/webservice/eticketimport</sourceDirectory>
                                        
<typeMappingVersion>1.2</typeMappingVersion>
                                        <wrapArrays>false</wrapArrays>
                                        <verbose>true</verbose>
                                        <debug>true</debug>
                                </configuration>
                                <executions>
                                        <execution>
                                                <id>WEETicketImportRma</id>
                                                <configuration>
                                                        <wsdlFiles>
                                                                
<wsdlFile>WEETicketImportRma.wsdl</wsdlFile>
                                                        </wsdlFiles> 
                                                        <mapping 
file="WEETicketImportRma_mapping.xml"/>
                                                </configuration>
                                                <goals>
                                                        <goal>wsdl2java</goal>
                                                </goals>
                                        </execution>
                                </executions>
                        </plugin>

This is my configuration of the plugin.  IF you give the path of the wsdl wrong 
it say the wsdl is not listed it should give proper error message that the WSDL 
file is not found. 


> Dose not display any error message on the console when the wsdl path is 
> incorrect.
> ----------------------------------------------------------------------------------
>
>                 Key: MAXISTOOLS-43
>                 URL: http://jira.codehaus.org/browse/MAXISTOOLS-43
>             Project: Maven 2.x Axis Tools Plugin
>          Issue Type: Bug
>          Components: wsdl2java
>    Affects Versions: 1.3
>         Environment: Windows XP
>            Reporter: vinod yadav
>            Priority: Minor
>
> {code:xml}
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>axistools-maven-plugin</artifactId>
>         <version>1.3</version>
>         <configuration>
>           
> <sourceDirectory>wsdl/dk/bec/webservice/eticketimport</sourceDirectory>
>           <typeMappingVersion>1.2</typeMappingVersion>
>           <wrapArrays>false</wrapArrays>
>           <verbose>true</verbose>
>           <debug>true</debug>
>         </configuration>
>         <executions>
>           <execution>
>             <id>WEETicketImportRma</id>
>             <configuration>
>               <wsdlFiles>
>                 <wsdlFile>WEETicketImportRma.wsdl</wsdlFile>
>               </wsdlFiles>
>               <mapping file="WEETicketImportRma_mapping.xml"/>
>             </configuration>
>             <goals>
>               <goal>wsdl2java</goal>
>             </goals>
>           </execution>
>         </executions>
>       </plugin>
> {code}
> This is my configuration of the plugin.  IF you give the path of the wsdl 
> wrong it say the wsdl is not listed it should give proper error message that 
> the WSDL file is not found. 

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to