RE: Issue with registering/lookup of converters in ConvertUtils

2007-02-01 Thread Nitin Paul Dsilva
out, please tell us if it works ;) Cheers, Thorsten Zitat von Nitin Paul Dsilva <[EMAIL PROTECTED]>: > We too tried with the registering/deregistering of locale specific > converters. Apart from the bad performance, this will also result in > interference if the time of lookup t

RE: Issue with registering/lookup of converters in ConvertUtils

2007-01-31 Thread Nitin Paul Dsilva
s always before they are used - however, this is quite ugly and should have a bad performance. Maybe you take a look into the implementation and find another workaround. Cheers, Thorsten > -Original Message----- > From: Nitin Paul Dsilva [mailto:[EMAIL PROTECTED] > Sent: Thursday, F

RE: Issue with registering/lookup of converters in ConvertUtils

2007-01-31 Thread Nitin Paul Dsilva
Hi, Thanks for the reply Thorsten. But the problem here is that such an implementation is already being used. But now we need to support multiple formats for different users who login to the system. Is there any other workaround for it other than copying parts of the implementation? Will it he

Issue with registering/lookup of converters in ConvertUtils

2007-01-31 Thread Nitin Paul Dsilva
Hi, Is there a problem with the registering/lookup of multiple converters in ConvertUtils on a single server instance? The issue I am facing is the interference of the converters registered by 2 users having different number formats on a single server instance. The number converter that is obt