On 5/20/05, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > > I have just upgraded to MySQL 4.1.11 and am now having a > > problem starting James as a service. > > > I am using James 2.2.1-RC1 and was using an older version of MySQL without > > problems. This is a development box. > > > <driver>org.gjt.mm.mysql.Driver</driver> > > Does that old driver still work with 4.1, or do you need to replace it with > a current driver?
Yes, for a long time (both 3.0 and 3.1 Connector/J) the org.gjt.mm.mysql.Driver has just been a wrapper class. I think you've solved it, but the 3.0 Connector/J will not connect to a 4.1 database, and does not give a version incompatibility error. You'll need to use the 3.1 Connector/J, though you could keep the same class name AFAIK. -- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
