I the performance penalty would be quite a bit, so I wouldn't use it in
production. But it's fine for development.
Hopefully you're not reloading your app in production regularly.
Clinton
On Thu, Apr 1, 2010 at 11:26 PM, Derek Scherger wrote:
> On Thu, Apr 1, 2010 at 10:55 PM, Clinton Begin w
On Thu, Apr 1, 2010 at 10:55 PM, Clinton Begin wrote:
> This is a known issue. I agree that it would be nice to do something with
> it. Ideas are welcome. The only one I have at the moment is to make
> ClassInfo an instance and inject it into the SQL mapper configuration. I've
> done similar t
This is a known issue. I agree that it would be nice to do something with
it. Ideas are welcome. The only one I have at the moment is to make
ClassInfo an instance and inject it into the SQL mapper configuration. I've
done similar things to eliminate static classes in the framework.
You can ca
I ran into an "interesting" issue with sqlmaps today.
I've been trying to get a webapp into a state where it can be reloaded
repeatedly without eventually failing but this turns out to be almost
impossible (see http://www.szegedi.org/articles/memleak.html for an
entertaining write up). The JDK has