[FileUpload] Proposal for ease of use

2003-10-10 Thread Martin van Dijken
Hey gang, I've been checking out the FileUpload project recently to see if we should migrate to it from our current code. Our current code however is a little easier to use and I'd like to make a proposal to add a class to the FileUpload project. Why not make a HttpServletRequestWrapper extens

RE: [DBCP] Building the DBCP jarfile

2002-12-12 Thread Martin van Dijken
It looks like DBCP has a maven buildfile as well, if you want to go that > route. Heh, we use ant here internally and I know it pretty well. Maven I've never even heard of. Thanks for the help, I'll continue plowing through the code. Martin van Dijken -- To unsubscribe, e-mail: <ma

[DBCP] Building the DBCP jarfile

2002-12-12 Thread Martin van Dijken
class FastHashMap [javac] location: package collections [javac] import org.apache.commons.collections.FastHashMap; [javac] ^ I checked the collections jarfile and the FastHashMap.class file is present there. Anybody got a clue what's going wrong? Martin van Dij

RE: DBCP tracking stale connections?

2002-12-09 Thread Martin van Dijken
seeing there. Anyway thanks a bundle for the help guys, appreciate it. Martin van Dijken -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

DBCP tracking stale connections?

2002-12-09 Thread Martin van Dijken
considers connections to be lost and kills them. After that the website fails to work. All connections throw IOExceptions telling me that no connection could be established. Love to hear from ya, Martin van Dijken