> Could you possibly have an old iBATIS jar somewhere - maybe at the common > or server level in Tomcat? Not anymore.
> > What db and what version? If it's mysql, which type? MySql 5.0.45 (client) 5.0.32-Debian_7etch3-log(server), InnoDb > What does the jdbc URL look like? Are you passing any special arguments > via the JDBC URL? jdbc:mysql://<an ip address here>/<database name here> no arguments to my knowledge (apart from normal username and password) > Are you using straight SQL in the SqlMaps or are you using stored > procedures? Straight SQL only > Are you seeing any locks in the db itself? No. > You could set the java.sql logging category to DEBUG and then you'd be able > to trace which statements are blocking. This will generate a lot of logfile > data, so be ready for it. Ok, we are configuring it at the moment. Stay tuned ;)
