1 Reply Latest reply on Feb 28, 2003 11:38 AM by chip161

    use of MySql Connector/J

      Hi,

      I've downloaded the JBoss 3.2.0 w/ Tomcat and the new Connector/J MySql driver.

      Jboss complains that it didn't find the org.gjt.mm.mysql.Driver whereas I have put the required jar in the deploy directories.

      The same config works w/ Jboss 3.0.0/Tomcat and the previous version of mm/mysql driver.


      I've tried to use the new mysql-ds.xml short connection scheme but it still doesn't work.

      thanks for your help,
      ionel

        • 1. Re: use of MySql Connector/J
          chip161

          Try this on your mysql-service.xml on JBOSS_HOME/server/default/deploy

          <config-property name="DriverClass" type="java.lang.String">com.mysql.jdbc.Driver</config-property>

          com.mysql.jdbc.Driver instead of org.gjt.mm.mysql.Driver