RE: Problem with sequence manager

2004-04-26 Thread Guillaume Nodet
It should be ok. The reset name seems fine to me. Thanks, Guillaume -Message d'origine- De : Armin Waibel [mailto:[EMAIL PROTECTED] Envoyé : vendredi 23 avril 2004 18:08 À : OJB Users List Objet : Re: Problem with sequence manager Guillaume Nodet wrote: > I only added the f

Re: Problem with sequence manager

2004-04-23 Thread Armin Waibel
Guillaume Nodet wrote: I only added the following method: public static void clearCache() { if (sequencesMap != null) { sequencesMap.clear(); } } It should be no problem to add such a method, but I can't change the sequence

RE: Problem with sequence manager

2004-04-23 Thread Guillaume Nodet
I only added the following method: public static void clearCache() { if (sequencesMap != null) { sequencesMap.clear(); } } and called it when i destroy the tables, and everything works fine now. -Message d'origine- D