0 Replies Latest reply on Jun 1, 2008 7:17 PM by athielke.abram.exiledllama.com

    Clustering Issues and LazyInitializationException

    athielke.abram.exiledllama.com

      I'm having some issues clustering a Seam 2.0.2.SP1 application on JBoss EAP 4.3.  Whenever I add the


      <distributable/>



      tag to web.xml, I start to see LazyInitializationExceptions.  Taking out this tag, everything seems to work fine -- minus session replication of course!  I modified the booking example to use SMPC, and added a OneToMany relation from User to Booking.  I realize that user is session scoped, so I could still get LIEs, but again this works without the distributable tag.


      I've zipped up the changes to the booking example here.


      Has anyone else come across issues like this?  Any suggestions welcome!