Closed bgooren closed 12 years ago
I think you may have introduced a possible bug there: mappers cache is not reset when you change the factory, so it could keep giving you old instances. I think you should add mappers.clear() to the method setMapperFactory();
That's true; My assumption was that you'll only change the mapper factory while the app is starting, so before any mappers are loaded.
Hi Felipe,
Was just browsing the issue list, saw this issue and figured it was a quick fix.
Regards,
Sebastian