[Configuration] Bug with XMLConfiguration and getString() ...?!

2008-10-29 Thread Grimm, Markus
Hi guys, I've got the following problem: I've got a xml-config-file with that content: ?xml version=1.0 encoding=UTF-8? config ... sftp hostmyhost/host port22/port usertestuser/user pass08,15/pass /sftp

Re: [Configuration] Bug with XMLConfiguration and getString() ...?!

2008-10-29 Thread Oliver Heger
Jörg Schaible schrieb: Grimm, Markus wrote: Hi guys, I've got the following problem: I've got a xml-config-file with that content: ?xml version=1.0 encoding=UTF-8? config ... sftp hostmyhost/host port22/port usertestuser/user

DigesterPipelineFactory(URL confURL) Is unable to set ruleset

2008-10-29 Thread Pim Tjeertes
Hello, I'm trying out the Pipeline because the concept intriges me. Ofcourse I'm starting with a really simple example using the DigesterPipelineFactory(URL confURL). But when I do I get a Exception in thread main java.lang.NoClassDefFoundError: org/apache/commons/digester/RuleSetBase I think I

File Upload and request parameters

2008-10-29 Thread sim123
Hello, I am using FileUpload for multipart request handling, my request contains three different parameter and one file, I want to read those parameters first and then read the file as those paramters construct directory where this file needs to be stored, here is the code protected void

Re: File Upload and request parameters

2008-10-29 Thread Martin Cooper
On Wed, Oct 29, 2008 at 5:10 PM, sim123 [EMAIL PROTECTED] wrote: Hello, I am using FileUpload for multipart request handling, my request contains three different parameter and one file, I want to read those parameters first and then read the file as those paramters construct directory

Re: File Upload and request parameters

2008-10-29 Thread sim123
Thank you very much for quick reply Martin, it worked, I appreciate your help. sim123 wrote: Hello, I am using FileUpload for multipart request handling, my request contains three different parameter and one file, I want to read those parameters first and then read the file as those