Hi, I am testing an Ibatis application with Junit.
I want to start each individual test method with a new database, so the Junit setup() method executes a script to create a new database and its schema and the Junit tearDown() method executes a shell script that drops the database. The Ibatis application use a DaoManager. The problem is that when tearDown() is executed there are still open connections so the shell script cannot drop the database. How can I close the connections opened by the framework? Thanks Oscar __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
