Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0.5
Hi,
I am trying to use the new XML mapping and keep hitting NullPointerException on components. The code in Dom4jComponentTuplizer has the following comment
Quote:
//TODO: currently we don't know a SessionFactory reference when building the Tuplizer
// THIS IS A BUG (embedded-xml=false on component)
Are there plans to fix this? The dtd doesn't allow embed-xml=false on components, so I don't have a temporary workaround.