[ http://issues.apache.org/jira/browse/XMLBEANS-143?page=comments#action_12432597 ] Alexander Papaspyrou commented on XMLBEANS-143: -----------------------------------------------
I feel that this bug should fixed properly. I know of several people who failed deliberately using XMLBeans just because, by chance, their namespace statement contains numbers, and probably it's not their fault. So documenting this issue in the farthest corners of Jira doesn't seem to be sufficient. Please reopen. > package name of generated code doesn't match targetNamespace > ------------------------------------------------------------ > > Key: XMLBEANS-143 > URL: http://issues.apache.org/jira/browse/XMLBEANS-143 > Project: XMLBeans > Issue Type: Bug > Components: Compiler > Affects Versions: Version 2 Beta 1 > Environment: Win XP, jdk1.4_2_03 > Reporter: Randy Thornton > > <?xml version="1.0" encoding="UTF-8"?> > <xs:schema targetNamespace="http://www.perfretail.com/k2v1/report/schemas" > xmlns:rs="http://www.perfretail.com/k2v1/report/schemas" > xmlns:xs="http://www.w3.org/2001/XMLSchema" > elementFormDefault="qualified"> > </xs:schema> > Note the package name contails k2v1 with a lowercase v. The generated > classes contain an uppercase V and the directory structure created contains > uppercase V also. > package com.perfretail.k2V1.report.schemas; -- 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]
