Deploying multiple times gives me the permgen out of memory problem. The classloader that i think giving this problem is TomcatInstrumentableClassLoader used by spring for load time weaving.
Has anyone else faced this issue with this classloader holding on to classes and not telling the garbage collector to do its job?
Is there anything i can do to avoid this problem?