4 Replies Latest reply on Apr 24, 2007 6:30 PM by howzr

    Javassist PermGen Problem with MyFaces

    mpeter

      Hello,

      we have some problems with Javassist in combination with MyFaces "client state saving" activated ("Server State Saving" works without problems):
      Everytime when a detached EJB3/Hibernate object is restored from "Client View", Javassist generates a new proxy for the class. MyFaces uses an ObjectInputStream to deserialize the saved objects.

      ( There was a similiar problem with javassist and Remote EJB Calls: http://jira.jboss.com/jira/browse/JASSIST-30 )

      Does anybody know this problem ?

      br
      Matthias