2008-08-07 13:51:19,520 INFO [org.apache.tiles.impl.BasicTilesContainer] - Initializing Tiles2 container. . .
2008-08-07 13:51:19,520 WARN [org.apache.tiles.impl.BasicTilesContainer] - Unable to...
Type: Posts; User: viditgarg; Keyword(s):
2008-08-07 13:51:19,520 INFO [org.apache.tiles.impl.BasicTilesContainer] - Initializing Tiles2 container. . .
2008-08-07 13:51:19,520 WARN [org.apache.tiles.impl.BasicTilesContainer] - Unable to...
package myproject.junit.test;
import statements...
public abstract class ActionBaseTestCase extends TestCase {
protected ActionProxy proxy = null;
protected MockHttpServletRequest...
Hi Kevin How did you resolve that, I guess I am having the same problem.
Were you able to solve it?
I am having the same problem.
I checked the versions of both org.apache.commons.dbcp and also for org.apache.commons.pool. They are both version 1.3 : 47.0
The problem is still same.
While running a junit test (In Eclipse- right click run as junit test), I am getting this error
java.lang.NoSuchMethodError: org.apache.commons.pool.impl.GenericObjectPool: method <init>()V not...