On 11/1/05, Warner Onstine <[EMAIL PROTECTED]> wrote: > Sorry, (stupid gmail). The rest of my question when trying to connect > with a test I get this error message: > 2005-10-31 16:49:54,927 [main] ERROR > org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl :: > Instantiation of jdbc driver failed > java.lang.NullPointerException
I think you get this exception because you're not using the correct connection factory (you seem to use ConnectionFactoryPooledImpl which is not Spring-aware, and this connection factory uses the jdbc driver directly). Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
