1 Reply Latest reply on Aug 27, 2007 6:33 AM by kukeltje

    IdleRemover notifying pools, interval: 450000

    pkalpana2k


      Hi,

      I'm using Connection Pool in JBoss and Oracle. Connection pool is mentioned in the file oracle-ds.xml.

      In the source code, I'm connecting like this

      InitialContext jndiCntx = new InitialContext();
      DataSource ds = (DataSource)jndiCntx.lookup("java:/Reports");
      connection = ds.getConnection();

      But I'm getting this error.
      "DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000"

      Is there anything wrong?
      Can you please guide me to rectify this?