0 Replies Latest reply on Dec 20, 2001 4:03 AM by avivros

    Memory leak

    avivros

      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