1 Reply Latest reply on May 26, 2010 8:33 PM by wangliyu

    Seam problem with @Out attributes in the SLSB introduce the Memory Leak!!!

    wangliyu

      I have Stateless Session Bean that needs to @Out outject some attributes to conversation scope, and after the conversation end, Seam should release the object from both context and the SLSB reference, I found that Seam only release the context properly, it doesn't clean up the references in the EJB object, so in the SLSB, the @Out attribute still point to the object, and therefore, the JVM won't be able to release it. Can anybody help on this?


      Thanks
      Liyu