Hi ,
I am using javaassist proxyfactory to create proxy of a Jcomponent.
things works perfectly
but after close and reopen of dialog holding this proxy component several time...
I get out of memory exception related to javassist .
java.lang.RuntimeException: by java.lang.OutOfMemoryError: PermGen space
at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:509)
at javassist.util.proxy.ProxyFactory.createClass1(ProxyFactory.java:424)
at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:394)
Any idea if this bug has been fixed by javaassist.
If so in which version???