Re: mysql-connector-java-3.1.8 problem
- From: David Harper <devnull@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 24 Apr 2005 06:20:58 GMT
Daniel Rohe wrote:
Which Jar file do you use from Connector/J 3.1.8? There are two Jar files. The first one (mysql-connector-java-3.1.8-bin-g.jar) uses the class Tracer for tracing which is implemented as AspectJ aspect.
Aha! I missed that in the source code tree, because I was only looking at .java files, and this is implemented as a .aj file instead.
In com/mysql/jdbc/trace/Tracer.aj there is:
import org.aspectj.lang.JoinPoint;
public aspect Tracer {This is compiled into the debugging version of the JAR file, but not into the production version. I was using the production version in my tests.
Thank you for solving the mystery, Daniel :-)
David Harper Cambridge, England
.
- Follow-Ups:
- Re: mysql-connector-java-3.1.8 problem
- From: Paul Battersby
- Re: mysql-connector-java-3.1.8 problem
- References:
- mysql-connector-java-3.1.8 problem
- From: Paul Battersby
- Re: mysql-connector-java-3.1.8 problem
- From: David Harper
- Re: mysql-connector-java-3.1.8 problem
- From: Paul Battersby
- Re: mysql-connector-java-3.1.8 problem
- From: David Harper
- Re: mysql-connector-java-3.1.8 problem
- From: Paul Battersby
- Re: mysql-connector-java-3.1.8 problem
- From: Daniel Rohe
- mysql-connector-java-3.1.8 problem
- Prev by Date: Re: mysql-connector-java-3.1.8 problem
- Next by Date: Re: Using apache/axis within Oracle
- Previous by thread: Re: mysql-connector-java-3.1.8 problem
- Next by thread: Re: mysql-connector-java-3.1.8 problem
- Index(es):
Relevant Pages
|
|