Hello.
I turned my logging to DEBUG with db-ojb-1.0.1.jar and get the following
strangeness when I startup my webapp.

1) I can see the MetadataManager starting up
2) I see the RepositoryPersistor starting up
3) It is reading my repository.xml from my WEB-INF/classes/ directory
4) It then prints out every single line of the DescriptorRepository
  (ignoring "unused" elements connection-pool, sequence-manager,
  jdbc-connection-descriptor).
5) Then, after every single class-descriptor is printed out, I get this
  error:

(MetadataManager.java:155) - No repository.xml file found, starting
with empty metadata and connection configuration
(MetadataManager.java:566) - No 'default-connection' attribute set in
jdbc-connection-descriptors, thus it's currently not possible to use
'defaultPersistenceBroker()' convenience method to lookup PersistenceBroker
instances. But it's possible to enable this at runtime using 'setDefaultKey'
method.


Why would it do that? Why would it tell me that it can't find a repository.xml
when it just printed out the entire thing?


Even better, this doesn't happen all the time.  And I can't figure out
what makes it work or not work.  Very frustrating.  Any help you can provide
is very welcome.  Thanks.


Charlie



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



Reply via email to