On 12/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Ack!  I've had no problem using OJB with MSAccess as long as I use
> MyEclipse, but as soon as I try to run without it, I get this error in
> the Tomcat log:

This might be a problem with multiple connections because AFAIK MS
Access only allows at most one connection at any given time. I think
you have to synchronize the database access in your app (so that not
more than one thread can access the database simultaneously) and use a
non-poolable data source (so that no connections are hold open in the
pool).

Tom

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

Reply via email to