status query and new question
[email protected] (Don Cohen) Fri, 18 May 2007 17:28:53 -0700
| Newsgroups | gmane.comp.db.mysql.devel,gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <[email protected]> |
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 > > The "requireSSLcert" contribution has now been filed as well: > http://bugs.mysql.com/25547 > > 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. 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! 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. -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/[email protected]