3 Replies Latest reply on May 22, 2002 12:44 AM by davidjencks

    Minerva Pool Problem

    amar_singhal

      Hello every body
      when i starts my jboss+tomcat server then it displays the following messages



      [RARDeployer] Attempting to deploy RAR at 'file:/C:/jboss/jboss/deploy/lib/jboss
      pool-jdbc.rar'
      [RARMetaData] Loading Minerva Resource Adapter for JDBC 1/2 drivers
      [RARMetaData] Required license terms present. See deployment descriptor.
      [MinervaDS] Not setting config property 'Driver'
      [MinervaDS] Not setting config property 'Password'
      [MinervaDS] Not setting config property 'UserName'
      [MinervaDS] Bound connection factory for resource adapter 'Minerva JDBC LocalTra
      nsaction ResourceAdapter' to JNDI name 'java:/MinervaDS'

      I thing Minerva pool of my server is not fully configured.
      due to which when i call create() method on my BMP bean
      the server does not respond after 5 or 6 call( as i am using jdbc odbc driver)

      so please help me to configure minerva pool.

      with regards,
      Amar

        • 1. Re: Minerva Pool Problem
          eguib

          Just a guess ...
          looks like you'r not closing the connections your requesting from the pool (e.g. in ejbLoad()/ejbStore())?
          That could be the reason why the server does not respond ... it waits for a connection to be returned to the pool.
          How are you using the connections?
          What JBoss version?

          Erwin

          • 2. Re: Minerva Pool Problem
            amar_singhal

            I am using jBOss 2.4.3 with tomcat

            • 3. Re: Minerva Pool Problem
              davidjencks

              You might want to stick with the XADataSourceLoader for jdbc access in jboss 2.4.x. I don't know of anything specifically wrong with the jca support in jboss 2.4.x but I think the XADataSourceLoader is a little easier to set up. If you want to use jca based jdbc access I recommend you use 3.0 rc3 or later.