Re: [hibernate-dev] XML to Relational mapping

2012-10-15 Thread Steve Ebersole
Again my mail client deciding to use the wrong reply address. Ugh, sorry. On Mon 15 Oct 2012 07:48:23 PM CDT, Steve Ebersole wrote: > It was just never really finished. It had lots of "holes". And no > one ever stepped up to take it on. > > On Sun 14 Oct 2012 02:11:11 AM CDT, Claude Mamo wrote

[hibernate-dev] XML to Relational mapping

2012-10-14 Thread Claude Mamo
Hi, We have a project where we have have to map an XML document to a relational model. I've discovered that with Hibernate 3 you could do this via the EntityMode.DOM4J. Unfortunately, the feature was removed in Hibernate 4 (https://hibernate.onjira.com/browse/HHH-6879). I know the feature was