|
heh... looks like I pasted the solution to the wrong problem.
I did put the correct dependency in my app's pom.xml: <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.2.1</version> </dependency> I tested this solution and received no stack trace after 12 hours of no use, so it appears to work as well.
Thanks for figuring out the solution to this problem gents.
Matt Raible made changes - 03/May/08 10:32 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||
<commons.dbcp.version>1.2.1</commons.dbcp.version>
Then do a mvn clean and then mvn package to build new war from updated pom.