Collision detected while generating classnames for (except-case) identical schema names ---------------------------------------------------------------------------------------
Key: XMLBEANS-268 URL: http://issues.apache.org/jira/browse/XMLBEANS-268 Project: XMLBeans Type: Bug Versions: Version 2 Environment: unix Reporter: Mike Barrett Priority: Minor We have two schemas: slideshow.xsd and slideShow.xsd Which have identical names, except case. The issue is that it seems that this causes a name collision, and causes the generated class name to have a number inserted: slideshow.xsd --> SlideshowDocumentImpl slideShow.xsd --> SlideShowDocument2Impl now if you remove the '2' from the slideShow class, you still have two unique java class names. Therefore, I don't see the need to append a number to the generated name. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]