Re: JBoss queries aren't cached by MySQL

2005-10-07 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al Caponi wrote: > Hi again, > The query cache finally works after I've reverted to > mm.mysql-2.0.12-bin.jar. > > The problem was that the query cache somehow wouldn't work within > transactions with mysql-connector-java-3.1.10-bin.jar. Anyone care

RE: JBoss queries aren't cached by MySQL

2005-10-06 Thread Al Caponi
Hi again, The query cache finally works after I've reverted to mm.mysql-2.0.12-bin.jar. The problem was that the query cache somehow wouldn't work within transactions with mysql-connector-java-3.1.10-bin.jar. Anyone care to dig further? Here is one working combination: Jboss 3.2.2 with transact

RE: JBoss queries aren't cached by MySQL

2005-10-05 Thread Al Caponi
ks, Alain -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 9:07 PM To: mysql@lists.mysql.com Subject: Re: JBoss queries aren't cached by MySQL Hello. If you can just check your application with the latest release of MySQL (4.1.14 now). Turn on t

Re: JBoss queries aren't cached by MySQL

2005-10-05 Thread Gleb Paharenko
- the above counters > increase. > > Regards, > Al > > -Original Message- > From: Mark Matthews [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 12:33 AM > To: Rafal Kedziorski > Cc: mysql@lists.mysql.com > Subject: Re: JBoss queries

RE: JBoss queries aren't cached by MySQL

2005-10-05 Thread Al Caponi
tober 05, 2005 8:35 PM To: mysql@lists.mysql.com Subject: RE: JBoss queries aren't cached by MySQL Hi All, I didn't see any follow-up on this thread. Hope I can get some hint :) How to get the query cache to work with Jboss? I've got my app running on the following JBoss 3.2.2. (Unab

RE: JBoss queries aren't cached by MySQL

2005-10-05 Thread Al Caponi
5 12:33 AM To: Rafal Kedziorski Cc: mysql@lists.mysql.com Subject: Re: JBoss queries aren't cached by MySQL -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rafal Kedziorski wrote: > Hi, > > we have the problem, that queries generated by JBoss or our code which > runns under JBoss

Re: JBoss queries aren't cached by MySQL

2005-04-26 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rafal Kedziorski wrote: > Hi, > > we have the problem, that queries generated by JBoss or our code which > runns under JBoss will be not cached by MySQL. The same query sendet from > an external application or MySQLFront will be cached by the same M

JBoss queries aren't cached by MySQL

2005-04-21 Thread Rafal Kedziorski
Hi, we have the problem, that queries generated by JBoss or our code which runns under JBoss will be not cached by MySQL. The same query sendet from an external application or MySQLFront will be cached by the same MySQL. I'm using JBoss 3.2.5 with JDBC 3.0.16 and MySQL 4.0.23a. Any idea why? Reg