Re: Load failures

2006-08-14 Thread Perez
In article <[EMAIL PROTECTED]>, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > > Cayenne is configured to use a jdbc datasource. > > from the error my guess is that you are using JNDIDataSourceFactory. > If you want to continue using JNDI, you'll need to configure a > DataSource in Tomcat. If

Re: Load failures

2006-08-14 Thread Mike Kienenberger
On 8/13/06, Perez <[EMAIL PROTECTED]> wrote: Lately I've been getting this error a lot. Nothing has changed on my end. Any suggestions as to what could be causing the problem? The environment is Linux, Tomcat 5.0 and mysql. Cayenne is configured to use a jdbc datasource. It had been working

Re: Load failures

2006-08-14 Thread Andrus Adamchik
Cayenne is configured to use a jdbc datasource. from the error my guess is that you are using JNDIDataSourceFactory. If you want to continue using JNDI, you'll need to configure a DataSource in Tomcat. If not, you should change the factory to "DriverDataSource". See this page for more deta