RE: status query and new question

"Mark Matthews" <[email protected]> Mon, 21 May 2007 08:57:34 -0500
Newsgroups gmane.comp.db.mysql.devel,gmane.comp.db.mysql.java
Message-ID <006501c79baf$fe94b890$b31da8c0@mmlaptop>

> -----Original Message-----
> From: Don Cohen [mailto:[email protected]]
> Sent: Friday, May 18, 2007 7:29 PM
> To: Lenz Grimmer
> Cc: Mark Matthews; Jay Pipes; [email protected];
> [email protected]
> Subject: status query and new question
> 
> 
> Looks like our last contact was Jan 11.
> Lenz Grimmer writes:
>  ...
>  > On Wed, 10 Jan 2007, Don Cohen wrote:
>  > > This is a note about the feature submission I sent on 26 Oct 2006.
>  > > When I try to compile it for java version 1.4 I find that it uses
>  > > a feature introduced in 1.5.  The best way I see so far to make it
>  > > compile (and work) in 1.4 is to make the two changes below.
>  >
>  > Thanks for the suggestion! Mark, could you take a look at this and
>  > comment?
>  >
>  > > If anyone would like to offer a better solution I'd be happy to see
>  > > it.
>  > > BTW, I've not heard anything back about either this feature
> submission
>  > > or the bug fix I submitted in December.  I begin to wonder whether
>  > > anyone is listening.
>  >
>  > We are, sorry about that. Jay and Mark, can we please get the ball
> rolling
>  > on this one and Don's other contributions?
>  >
>  > FWIW, I have filed Don's Bug report and the proposed patch for the
> Stored
>  > Procedure problem in combination with SSL in our Bugs Database now:
>  > http://bugs.mysql.com/25545

Hi,

This was released as part of Connector/J 5.0.6. You should've gotten notice from the bug system as the state of this bug progressed.

>  >
>  > The "requireSSLcert" contribution has now been filed as well:
>  > http://bugs.mysql.com/25547

This is taking a bit longer because it is being combined with another SSL patch that allows some more configuration of the keystore. I hope to get this incorporated into the second alpha of 5.1 in June.

>  >
>  > This will hopefully make it easier for us to track it.
> ...
> As I mention above, I've heard nothing since then.
> 
> 
> Now for the new question.
> 
> I have been using my modified version under the name
>   mysql-connector-java-5.0.4+-bin.jar
> That is, I put that file on a web server and refer to it in html
> files.  I find that the applets I write, even though they do not
> contain any explicit references to that or any other version of
> mysql-connector, end up making http requests for
>    mysql-connector-java-5.0.4-bin.jar
> It is my current theory that my 5.0.4+-bin jar contains code -
> yours, not mine - that generates such requests.

There is nothing in the driver that can request a specific .jar file, have you replaced _completely_ the MANIFEST.MF file that comes in the .jar file?

> Can you confirm or deny that?  If so, give me an idea of where
> to find it and how to change it.
> 
> I have also seen certain machines get errors trying to run my
> code, where the backtraces clearly come from OTHER versions of
> mysql-connector -- they show line numbers with function calls
> that are not in MY version!

This is often because someone has the driver installed in jre/lib/ext or some other CLASSPATH that has precedence over the one that contains newer versions of the driver.

> 
> So I'm trying to figure out where these other versions come from,
> who's asking for them and how I can fix the problem.
> Any information about this will be appreciated.

Regards,

	-Mark


-- 
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:    http://lists.mysql.com/[email protected]