我在 jaxB 类生成中遇到了一些对象冲突,我知道我可以做一些事情,比如使用自定义绑定文件来解决冲突,但是,这种冲突发生在使用不同命名空间的单独文件中的两个同名元素之间。他们有不同的命名空间这一事实不就足够了吗?
parsing a schema...
compiling a schema...
[ERROR] A class/interface with the same name "code.NameType" is already in use. Use a class customization to resolve this conflict.
line 215 of file:/C:/Workspace/schemaGen/SchemaGen/src/schemas/Core.xsd
[ERROR] (Relevant to above error) another "NameType" is generated from here.
line 47 of file:/C:/Workspace/schemaGen/SchemaGen/src/schemas/SearchCore.xsd