Re: mysql-connector-java-3.1.8 problem



Paul Battersby wrote:
For reasons I can't understand, when I run my dbase test code, I get an
error stating that the class

- org/aspectj/lang/Signature

can't be found. If instead I use:

- mysql-connector-java-3.1.7

My problem goes away and everything works as it should. Anyone have any idea
what is going on with version 3.1.8?

I don't think that the problem lies with Connector/J, since a quick scan of the source code for version 3.1.8 reveals that it doesn't import any classes from the org.aspectj package.


All I have to do is make my CLASSPATH point to 3.1.8 and the error occurs,
if I make it point to 3.1.7, no error.

What else do you have in your classpath? And what other packages does your test program import? Is it possible that one of those might be the connection with org.aspectj?


I'm using Connector/J 3.1.8 with Java 1.4.2 and MySQL server 4.1.7 on a Linux system, and I've had no problems so far. I switched from version 3.0.9 of Connector/J to 3.1.8 recently, and the transition was seamless.

David Harper
Cambridge, England

.