1 Reply Latest reply on Sep 20, 2002 12:45 PM by david.g

    how to use Mysql in jboss-2.4.4

    david.g

      I'm a newer about Jboss.
      I want to integrate MySQL to jboss .there are many articles tell me how to use MySql in jboss-3.0.but my jboss is 2.4.4
      So who can teach me how to use mysql in jboss2.4.4.

      thanks

        • 1. Re: how to use Mysql in jboss-2.4.4
          david.g

          I have deploy mysql's jdbc driver into /lib/ext

          under is default jdbc section in jboss.jcml
          please tell me I should modify where
          <!-- ==================================================================== -->
          <!-- JDBC -->
          <!-- ==================================================================== -->

          org.hsqldb.jdbcDriver,sun.jdbc.odbc.JdbcOdbcDriver


          1476
          true
          default
          false


          DefaultDS
          <!--jdbc/MyDS-->
          org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl

          jdbc:hsqldb:hsql://localhost:1476
          <!--jdbc:odbc:MSSQL_JDBC-->
          1200000
          sa
          10
          >
          false
          false
          false
          true
          120000
          1800000
          false
          false
          1.0
          0