Hello,

I have a problem with migrating from OJB 0.9.7 to OJB 1.0.rc3.
What I did:
- replaced db-ojb-0.9.7.jar with db-ojb-1.0.rc3.jar.
- built new OJB  internal DB tables.
- replaced old OJB.properties with a new one.
- replaced repository.dtd with  a new one.
- modified repository.xml for a new version.

I can't instantiate broker. I see no error messages:

try {
      log.info("************Can see this message***************");
      broker = PersistenceBrokerFactory.defaultPersistenceBroker();
      log.info("************Can not see this message***************");
} catch (Exception e) {
      log.info("************Can not see this message***************");
}

Is there something I've missed?


Regards,
Mykola Ostapchuk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to