[hibernate-dev] hibernate-mapping DTD as XSD

2010-08-19 Thread Steve Ebersole
Any objections to either converting to XSD completely or publishing in both formats? What I'd really like is to be able to parse and validate a mapping document in separate steps. The validation would come from javax.xml.validation package. However that package does not support DTD, only XSD.

[hibernate-dev] new metadata (metamodel) design

2010-08-19 Thread Steve Ebersole
Have not heard any criticisms of the new metamodel being worked on in http://anonsvn.jboss.org/repos/hibernate/sandbox/trunk/new-metadata/ so gonna assume everyone is cool with it and try to start finishing it up in the next few weeks. -- Steve Ebersole http://hibernate.org __

[hibernate-dev] Status of XML mapping feature?

2010-08-19 Thread Antoine Roux
Hi, On a new project, we are thinking of using the XML mapping feature for working with persistent XML data. I saw in the documentation that this feature is still experimental. What is its status? Do you know when it is going to be officially released? Do you think there will still be changes in t