RE: is this a usecase for commons vfs?

2009-05-04 Thread Gary Gregory
Hi Leon, Is java.nio appropriate for your application? Gary > -Original Message- > From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com] > Sent: Monday, May 04, 2009 1:55 PM > To: user@commons.apache.org > Subject: is this a usecase for commons vfs? > > Hello, > > in my search fo

Re: is this a usecase for commons vfs?

2009-05-04 Thread jieryn
Hello Leon, On Mon, May 4, 2009 at 4:55 PM, Leon Rosenberg wrote: > > magic :-) By the end of the day we want to have something like few > 4096 bytes large files on the fs with 10 496 bytes long messages in > it. > Just a very quick point: 4096 != 10 * 496:-) -jesse ---

is this a usecase for commons vfs?

2009-05-04 Thread Leon Rosenberg
Hello, in my search for a solution for my problem I came across commons vfs. After reading the wiki and some of the docs I'm not sure whether I can (rather not yet, but maybe in the near future?) achieve my task with commons vfs, hence I'm searching for enlightment. We have an internal messaging s

Re: Mod_cache+Mod_proxy+Mod_rewrite

2009-05-04 Thread sebb
This appears to be a question for the httpd-user list, see: http://httpd.apache.org/lists.html On 04/05/2009, Merdouille wrote: > > Hi! > > I neeed a proxycache wich receive url like : > http://mycache/img=http%3A%2F%2Fhost%2Fpath%2Ffile > and send a response with the content of http://host/

Re: [commons-dbutils] Commons DbUtils 1.2 problem with QueryRunner

2009-05-04 Thread Mark Shifman
After fooling around a bit it looks like ParameterMetaData pmd = stmt.getParameterMetaData(); in public void fillStatement(PreparedStatement stmt, Object[] params) is what is causing the exception. Exception in thread "main" java.sql.SQLException: Unsupported feature at oracle.jdbc.dbacce

Mod_cache+Mod_proxy+Mod_rewrite

2009-05-04 Thread Merdouille
Hi! I neeed a proxycache wich receive url like : http://mycache/img=http%3A%2F%2Fhost%2Fpath%2Ffile and send a response with the content of http://host/path/file I try something like : ServerName cache-ext LogLevel debug CustomLog /var/log/apache2/cache-partenaire_access.log combin