10 Replies Latest reply on Apr 1, 2008 6:50 AM by christian.bauer

    LIE when exception return rollback

    alessandro

           
      My objects are in long-running conversation and the persistence with SMPC. If any method returns an exception annotated with:


      @ ApplicationException (end = false, rollback = true)



      ... later, when access the associations of my object in conversation, I have LazyInitializationException.


      How to solve?


      Thanks