*/
public void initialize() throws Exception {
super.initialize();
try {
// Create the factory
factory = new OjbStorePMF();
if (this.getLogger().isDebugEnabled()) {
this.getLogger().debug("OJB-JDO: Started OK!");
}
} catch (Throwable t) {
if (this.getLogger().isFatalErrorEnabled()) {