Search:

Type: Posts; User: viditgarg; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thread: Unit Testing

    by viditgarg
    Replies
    2
    Views
    1,044

    2008-08-07 13:51:19,520 INFO...

    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...
  2. Thread: Unit Testing

    by viditgarg
    Replies
    2
    Views
    1,044

    Unit Testing

    package myproject.junit.test;

    import statements...

    public abstract class ActionBaseTestCase extends TestCase {

    protected ActionProxy proxy = null;
    protected MockHttpServletRequest...
  3. Replies
    8
    Views
    5,608

    I am facing the same problem

    Hi Kevin How did you resolve that, I guess I am having the same problem.
  4. Were you able to solve it? I am having the same...

    Were you able to solve it?
    I am having the same problem.
  5. I checked the versions of both...

    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.
  6. Runing Junit test org.apache.commons.pool.impl.GenericObjectPool: method ()V no

    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...
Results 1 to 6 of 6