Re: stmt.getConnection() != Connection used to create the statement

2005-09-04 Thread Alexander Rupsch
Hello Alexander, Yes, you have to do it. I can't tell about a specific standardization document, but I think it's a best practice of pool implementors to rely on users to close connections explicitly. The reason is that you can use connections from pools for more than one statement, thus,

Digester: Problem with CallMethodRule

2005-09-04 Thread Mikko Nylén
Hi!, I'm having a little problem with Digester's CallMethodRule: it doesn't call the method. The XML file I try to parse is: --- configuration pages page path=/index.htm class=test.TestPage / page path=/hello.htm class=test.HelloPage / /pages /configuration --- The Java code I'm

[NET] problem with FTP module Linux / XP FIXED

2005-09-04 Thread Stefan Viljoen
Hi all I have managed to fix this - the problem was that I was incorrectly calling the FileInputStream constructor when the code was executing on Windows systems. In these cases, FTPClient.storeFile was not generating any exceptions though, and quietly tried to connect to the webserver the