facebook

potential memory leak using EntityManagerHelper

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #282593 Reply

    asookazian
    Member

    We have a project that created a DAO layer/classes during JPA reverse engineering. If a developer calls getEntityManager() in their JavaEE application (Seam in this case) from the DAO classes and never calls closeEntityManager() is there a potential for a memory leak b/c the ThreadLocal instances will not be set to null and become eligible for garbage collection by the JVM? thx.

    #282594 Reply

    Loyal Water
    Member

    Moving to Off Topic >> Software Development

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: potential memory leak using EntityManagerHelper

You must be logged in to post in the forum log in