Hello,

I've set org.apache.ojb.broker.metadata.RepositoryXmlHandler.LogLevel=DEBUG
Here's what I've got:

[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG: startDoc
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG:
accept-locks: true
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG: endDoc



----- Original Message ----- 
From: "Thomas Mahler" <[EMAIL PROTECTED]>
To: "OJB Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 1:57 AM
Subject: Re: Migrating from OJB 0.9.7 to OJB 1.0.rc3


> this is most likely a problem during the parsing of the repository.
> please set the debug level for XmlRepositoryHandler to DEBUG to see
> where the repository problems are.
>
> cheers,
> Thomas
>
> Mykola Ostapchuk wrote:
> > 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]
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to