Thomas Dudziak wrote:
On 5/12/06, Armin Waibel <[EMAIL PROTECTED]> wrote:I can't reproduce your ArrayIndexOutOfBoundsException. Could you post an example list to reproduce the problem? e.g. something like list.add(""); list.add("1"); list.add("2");...I think the error will happen when the '#' is the last character in th string because then OJB tries to access the character after it which will fail.
oh! I never get this special case because I do a slight modification of this class before I start testing special cases. Additionally the StringList2VarcharFieldConversion doesn't differ between empty string and 'null' - will fix this too (will add placeholder for "" and null).
I will test the other XXList2VarcharFieldConversion too. Think they all have the same bug.
regards, Armin
Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
