Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Works for Me
-
Version 2.2
-
None
-
Windows 2k
Description
When attempting to compile an XSD using the javascource 1.5 that contains two elements named,compInfo (unbounded) and comInfoList, a duplicate method name is created.
Since the compInfo element can return a list of elements the resulting java source creates a method named "List getCompInfoList()" . However because there is also an element name "compInfoList" another method "CompInfoList getCompInfoList()" is created. This of course creates a conflict in the resulting file.
Attachments
Attachments
Issue Links
- is related to
-
XMLBEANS-574 SCOMP bin not able to generate source code
- Open