Hello,
I'm using the hibernate tools 3.2 beta 10 and hibernate 3.2.5ga.
The hibernate tools I got running fine. But I have a problem while executing a query, resulting in an error while creating queried objects. The object which has to be created by hibernate has an usertype property, represented as an XMLMemento. The factory representing the implementation of the memento is registered as an extension. Is it possible to resolve the plugin dependencies first to register all neccessary extensions? In the moment I got an NullPointerException while hibernate is trying to use the needed factory for the usertype.
thanks for help - Tino
|