Re: [validator] intRange(between 0-100) validation fails for 1234 value because of a locale issue

2007-03-01 Thread Niall Pemberton
On 3/1/07, Hasan Turksoy [EMAIL PROTECTED] wrote: i can not understand why is this a shale issue.. let me explain it clearly.. then,, if you still think it as a shale issue, no problem... Only that it was my initial impression that it was a consequence of how Shale was using Commons Validator

Re: [validator] intRange(between 0-100) validation fails for 1234 value because of a locale issue

2007-03-01 Thread Niall Pemberton
On 3/1/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 2/28/07, Niall Pemberton [EMAIL PROTECTED] wrote: This question relates to Shale's validation rather than commons validator - you're more likely to get an answer asking this on their user list. Actually, Niall, there are C-V related

Re: [vfs] Use WebDAV through HTTPS

2007-03-01 Thread Mario Ivankovits
Hi Robert! Commons VFS allows WebDAV URLs through HTTP. However, is there a way in Commons VFS to use WebDAV through HTTPS? Unhappily no, as far as I remember, that is (was?) a limitation of the webdavlib used. Ciao, Mario -

[VFS] RandomAccessContent and writing

2007-03-01 Thread Andrew
I'm really enjoying VFS, but I just came across something that bummed me out. It seems that none of the RandomAccessContents implement any writing capabilities. They all extend from AbstractRandomAccessStreamContent which only forced people to expose a DataInputStream. I was just looking at

Re: NoSuchMethodException

2007-03-01 Thread simon.kitching
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, this the code i execute... following the doc seems to be right... i created the war with inside commons-fileupload-1.2.jar and commons-io-1.3.1.jar. but when i try to execute this FileItemFactory factory = new DiskFileItemFactory();

RE: JNDI + dbcp + commons-dbcp-1.2.1.jar

2007-03-01 Thread karthik
Hi No Reply for the same With regards Karthik -Original Message- From: karthik [mailto:[EMAIL PROTECTED] Sent: Monday, February 26, 2007 12:15 PM To: Jakarta Commons Users List Subject: JNDI + dbcp + commons-dbcp-1.2.1.jar Hi Sorry for delay in answering. We already have the

Re: [vfs] Use WebDAV through HTTPS

2007-03-01 Thread Robert Enyedi
Hi Mario, Thanks for the info! Thanks, Robert On 3/1/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Robert! Commons VFS allows WebDAV URLs through HTTP. However, is there a way in Commons VFS to use WebDAV through HTTPS? Unhappily no, as far as I remember, that is (was?) a limitation of