[EMAIL PROTECTED] wrote:
If I'm using ConfigurationFactory and getString() to retrieve a
property that was set to:

test = Hello<kk>

getString() returns as expected: "Hello<kk>"


when I set the property to

test = Hello<10>

getString() returns: "Hello<1"

Why?

Beat

Strange! Could you please provide a complete test program (better yet a unit test), so that we can reproduce the problem? Which version of Commons Configuration do you use?

Thanks.
Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to