Vadim Gritsenko wrote:

Ralph Goers wrote:

I'm getting an error saying that the ojb ConnectionFactoryImpl is not initialized. Is there some configuration missing?


To use OJB it has to be initialized first - for example by looking up ...ConnectionFactory role. If you use OJB directly before this component is initialized, you get exception.

Is it consequence of (non-working?) lazy mode? Should ConnectionFactoryImpl get marked as Runnable in order for it to still work in lazy mode?


In lazy mode, components that should be loaded at startup should have the preload="true" attribute. Currently these are the Quartz scheduler and the hsqldb server.

Sylvain

--
Sylvain Wallez                        Anyware Technologies
http://people.apache.org/~sylvain     http://www.anyware-tech.com
Apache Software Foundation Member     Research & Technology Director

Reply via email to