Hi,
i have a big Problem working with Binding Tools. I have tried to get Jaxme and JaxB but they couldnt compile the Hibernate-mapping.2.0.dtd. I also tied to compile the xsd-File of an hibernateUser under
http://opensource2.atlassian.com/projec ... ge=history
But that didnt work too. I geht Error like:
[xjc] [ERROR] Property "Column" is already defined.
[xjc] line 930 of file:/C:/Dokumente%20und%20Einstellungen/Chef/workspace/JaxB/hibernate-mapping-2.0.xsd
[xjc] [ERROR] The following location is relevant to the above error
[xjc] line 932 of file:/C:/Dokumente%20und%20Einstellungen/Chef/workspace/JaxB/hibernate-mapping-2.0.xsd
[xjc] [ERROR] Property "Column" is already defined.
I want to create an Java-Class-System in order to use JaxB to get Information about Mapping-Files. My Projevt is an MappingFile-Checker.... so the Mappingfiles i want to check will be created by the user. I dont have any Information of them. But if I compile the whole DTD/xsd schema I think I would be able to mahrshall/unmahrshall every mappingfile. Do I ?
Please Help....