Re: How to propoerly close context db connection

2008-04-18 Thread Colin Bankier
Thanks to everyone who posted to help me out. Sorry I was pulled away from working on this for a while and only now got the time to finally solve it. It turned out that, as Andrus mentioned, the problem was with the DB itself - which is Derby in this case - and reading the docs on how to properly

Mysql and usernames

2008-04-18 Thread Ozakca, Muzaffer
Hi, I have an issue when I’m trying to connect to a Mysql database on a different machine than the one that runs my code. I get this exception: java.sql.SQLException: Access denied for user 'user'@'%' As you might know, Mysql users consist of a name and a location (or % for all locations). For

Re: caching documentation

2008-04-18 Thread Borut Bolčina
Marcin, will you be including examples with OSCache? Thanks, looking forward to read the cache docs! Cheers, Borut 2008/3/5 Marcin Skladaniec <[EMAIL PROTECTED]>: > Thank you very much for the reply, I need to read through one more time > and I'll try to make use of it as well as write some do