You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jarek Gawor <ga...@mcs.anl.gov> on 2006/03/16 06:33:17 UTC

Bean constructor param order

Dims,

Do you remember the reason(s) for the following change?

http://svn.apache.org/viewcvs.cgi/webservices/axis/trunk/java/src/org/apache
/axis/wsdl/toJava/JavaBeanWriter.java?rev=355938&r1=291923&r2=355938&diff_fo
rmat=h

This changes makes it inconsistent with the process() function where
elements are processed first and the attributes second. And that in some
cases leads to generated beans that are not right.

I committed a test case for this issue (test/wsdl/ordering).

Jarek