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/12/19 09:54:53 UTC

DO NOT REPLY [Bug 25558] - SimpleType derived from another SimpleType

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=25558>.
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=25558

SimpleType derived from another SimpleType





------- Additional Comments From iasandcb@tmax.co.kr  2003-12-19 08:54 -------
I just finished fixing this out and got ready to commit.

Here's a brief introduction of changes I made.

1. JavaGeneratorFactory, SchemaUtils and TypeEntry are modified to support JAX-
RPC 1.1 spec 4.2.5.

2. Several test cases also should be updated to follow #1 up.

2.1 wsdl2java time

wsdl.arrays2
TestArrays2TestCase

wsdl.types
VerifyTestCase
TypeTestServiceTestCase

wsdl.wrapped_holders
ThingImpl
Wrapped_HoldersTestCase

2.2 runtime
wsdl.wrapped_holders
ArraySerializer.serialize

At last, 
Thanks to Jongjin Choi (jjchoe@tmax.co.kr) for his great work on 
JavaGeneratorFactory and SchemaUtils. He also gave me a good hint to update 
ArraySerializer.

Please test your case and confirm for marking this bug as resolved.