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

2008-10-30 Thread Grimm, Markus
ring("sftp.pass"); > xml_config.setDelimiterParsingDisabled(false); > return pass; > } > } > > and the result of pass: 08 !!! > What's wrong ??? > > > > Thanks, > Markus > > > > -----Ursprüngliche Nachric

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

2008-10-30 Thread Jörg Schaible
Oliver Heger wrote: > Jörg Schaible schrieb: [snip] >> Actually, it works as designed. getString() delivers the > first list entry. And I am sure, that quite everyone will > consider this as a bug ... it makes no sense to me either :-/ >> >> - Jörg >> > You can disable this behavior by calling >

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

2008-10-30 Thread Oliver Heger
us -Ursprüngliche Nachricht- Von: Oliver Heger [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 29. Oktober 2008 21:55 An: Commons Users List Betreff: Re: [Configuration] Bug with XMLConfiguration and getString() ...?! Jörg Schaible schrieb: Grimm, Markus wrote: Hi guys, I've g

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

2008-10-30 Thread Grimm, Markus
-Ursprüngliche Nachricht- Von: Oliver Heger [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 29. Oktober 2008 21:55 An: Commons Users List Betreff: Re: [Configuration] Bug with XMLConfiguration and getString() ...?! Jörg Schaible schrieb: > Grimm, Markus wrote: >> Hi guys, >> >

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: ... myhost 22 testuser 08,15 ... In my application I get the

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

2008-10-29 Thread Jörg Schaible
Grimm, Markus wrote: > Hi guys, > > I've got the following problem: > I've got a xml-config-file with that content: > > > > ... > > myhost > 22 > testuser > 08,15 > > ... > > > In my application I get the info a