History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
XMLBEANS-143
Type:
Bug
Status:
Closed
Resolution:
Won't Fix
Priority:
Major
Assignee:
Unassigned
Reporter:
Randy Thornton
Votes:
0
Watchers:
2
Operations
If you were
logged in
you would be able to see more operations.
XMLBeans
package name of generated code doesn't match targetNamespace
Created:
07/Apr/05 04:23 AM
Updated:
19/Oct/06 09:11 PM
Return to search
Component/s:
Compiler
Affects Version/s:
Version 2 Beta 1
Fix Version/s:
None
Time Tracking:
Not Specified
Environment:
Win XP, jdk1.4_2_03
Resolution Date:
14/Apr/05 07:57 AM
Description
« Hide
<?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;
Description
<?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;
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Jacob Danner
made changes -
14/Apr/05 07:57 AM
Field
Original Value
New Value
Resolution
Won't Fix
[ 2 ]
Status
Open
[ 1 ]
Closed
[ 6 ]