Thomas Dudziak wrote:
According to stacktraces I see, it tries to instantiate
ConnectionFactoryPooledImpl, and I see that it is mentioned in ContainerHelper:

  ...ensureImplementationClass(ConnectionFactory.class,
                               ConnectionFactoryPooledImpl.class);

So it seems like it does not pick up the value from properties file.
Additionally, OJB.properties which I found in OJB 1.1 CVS has no such property
as well...


Ah, right, Armin (if I remember correctly) moved the connection
factory setting into the jdbc connection descriptor. Have a look at
the repository.dtd and the repository_database.xml in OJB's tests.

That's it - this fixes the problem.

Thanks,
Vadim


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



Reply via email to