2 Replies Latest reply on Nov 18, 2003 4:35 AM by brjothi

    no suitable driver

    brjothi

      We are using jboss3.22 We are using org.hsql.jdbcDriver driver
      to establish the connection to hsql database in JBoss server.
      The same code is running in JBoss2.2.2 But in the higher
      version, jboss3.2.2, it gives the following exception
      java.sql.SQLException: No suitable driver

      How do I solve this problem?

      help me.

      --jothi

        • 1. Re: no suitable driver
          darranl

          Why are you using the driver to establish the connection to the database instead of using a connection pool?

          • 2. Re: no suitable driver
            brjothi

            hi,
            How to use data from hsql database in a stateless session
            bean? I have used DataSource class to establish the
            connection to the database. But I was trying to use DriverManager
            class to get the connection with the hsql database. It is working
            with the jboss2.2.2. But i am not able to get the connection
            with jboss3.2.2 using DriverManager class.

            jothi