1 Reply Latest reply on Apr 18, 2002 9:26 AM by davidjencks

    mm MySQL driver XADatasource

    fbiaggi

      Hi,

      has somebody successfull tryed the native driver on JBoss 2.4.3 ?

      I receive an InstantiationException.

      config:

      org.gjt.mm.mysql.xa.XADataSourceImpl

      Thanks for help.

        • 1. Re: mm MySQL driver XADatasource
          davidjencks

          Be aware that (from my reading of that drivers code) it does not actually provide xa support. You are unlikely to get even better concurrency support, since what the "xa" code does is essentially the same thing as what XADataSourceImpl does to make jdbc 1 look like xa.