[ 
https://issues.apache.org/jira/browse/AXIS-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457894#comment-13457894
 ] 

Andreas Veithen commented on AXIS-2875:
---------------------------------------

Looks like this has to do with the fact that the order in which type mappings 
are defined in the generated WSDD file (see 
integration/target/work/test/wsdl/echo/deploy.wsdd) is different. That in turn 
appears to be connected to the order in which the methods of the service are 
processed:

Java 1.5:

      <parameter name="allowedMethods" value="echo echo2"/>

Java 1.6:

      <parameter name="allowedMethods" value="echo2 echo"/>
                
> Axis not buildable with Java 1.6
> --------------------------------
>
>                 Key: AXIS-2875
>                 URL: https://issues.apache.org/jira/browse/AXIS-2875
>             Project: Axis
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> Axis currently can't be built with Java 1.6. The reason is that Axis 
> implements an older version of the SAAJ specs, but Java 1.6 contains the 
> latest SAAJ version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to