I was trying to generate hibernate mapping for my classes, and noticed that it gave me mapping files with reference to hibernate-mapping.dtd.
Is there a way to get it updated to use hibernate 2 dtd instead?
Thanks,
bernard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is in CVS, but I'll make a release over the next couple of days so maybe wait until then. I might even change over the actual XML tags to Hibernate 2 style as well.
Daniel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I was trying to generate hibernate mapping for my classes, and noticed that it gave me mapping files with reference to hibernate-mapping.dtd.
Is there a way to get it updated to use hibernate 2 dtd instead?
Thanks,
bernard
I guess I could make it configurable to what Hibernate version to use, but I'de really rather just update the support to Hibernate 2 only.
Either way I'll change it and make a release soon.
Thanks
Daniel
Hibernate 2.0 is what I'm using. so, that's fine with me.
BTW, is that ready or should I check out the cvs to use it?
Thanks Daniel
/bernard
It is in CVS, but I'll make a release over the next couple of days so maybe wait until then. I might even change over the actual XML tags to Hibernate 2 style as well.
Daniel