2 Replies Latest reply on Dec 6, 2007 1:12 PM by jimk1723

    Clustered EntityHomes broken?

    jimk1723

      Hi All,

      Has anyone had success getting EntityHomes or EntityQueries to work in a clustered environment? AFAICT, setting distributable in web.xml breaks EntityHomes and EntityQueries when they're stored in SESSION or CONVERSATION scope.

      Specifically, I'm running into the same problem from this thread:

      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=124779

      ..."java.lang.IllegalStateException: EntityManager is closed" exceptions to be thrown when the web application is clustered by marking it distributable in web.xml.