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 bu...@apache.org on 2003/05/19 14:06:21 UTC

DO NOT REPLY [Bug 18587] - Java2WSDL Issue

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18587>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18587

Java2WSDL Issue





------- Additional Comments From christophepinon@yahoo.fr  2003-05-19 12:06 -------
This bug is because of a modif. in the Emitter (version 1.76 to 1.77)
This modif was done in order to correct the bug 13459.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13459

This bug deal with types used in a message, and having subtypes defined in the
global type mapping, that was not generated before


Attached, I've joined a patch that remove(comment) the generation of all types
defined in the global type mapping,
but when a type is written, instead of calling  the function :
"types.writeTypeForPart(...)"
I've created a similar function that call this method, with the same param
and recall it for all the subtype of the param class.
>From a perf, point of view, it's not very efficient,
but IMHO it should correct both bugs : 13459 and 18587

Not sure if it should be 1.1 ?

(PS: I think I use tabs instead of 4-spaces)

Christophe