Carsten Ziegeler wrote: > > Michael Enke wrote: > > > > > > esql.xsp also doesn't work. Reason: > > The JdbcConnectionFactory is instantiated > > !BEFORE! > > hsqldb is started. > > Please change this. > > > Hi Michael, > > how did you find this out and do you have a suggestion how to > achieve this? Because simply putting the hsqldb in the > cocoon.xconf doesn't work.
I thought that this is a configuration issue. Is it not? I downloaded excalibur and put in some System.out.println(). In JdbcConnectionFactory there is the call m_firstConnection = DriverManager.getConnection( m_dburl, m_username, m_password ); and this failed. That's why clazz is null -> m_class is null -> throw new NoValidConnectionException( "No valid JdbcConnection class available" ); I put in some System.out.println() in the constructor and realized the hsqldb output from start is always after my println even if I put in 30 or 60 seconds delay. > And why is this only with JDK 1.4? I have no JDK 1.3 or lower so I cann't investigate. Maybe with a clean checkout this happens also to JDK1.3 or earlier. Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]