Nuno Carvalho wrote:
Any ideas for how to increase the wait time for obtaining locks and/or
avoiding this problem some how?
The are many properties that could be set for tuning Derby. You can find
them in the tuning guide at:
http://db.apache.org/derby/docs/dev/tuning/ctunproper22250.html
Do take a look at this list for the ones that could be helpful in you case.
The property at the database side to increase default timeout is
*derby.locks.waitTimeout (default is 60 seconds).
*You can either set this as a system wide property in the derby.property
file OR within the database.
*
Regards
-Rajesh
*