0 Replies Latest reply on Feb 11, 2002 10:12 AM by urit

    memory leak - proxies stay on the air

    urit

      Hi!

      After calling an EJB I get a few instances of the following objects to stay in the memory on the client side:
      org.jboss.proxy.Proxies$Impl
      org.jboss.proxy.ProxyCompiler
      org.jboss.proxy.ProxyCompiler$Runtime

      How can I get rid of those?
      Using JBoss 2.0-FINAL.

      Thanks