2 Replies Latest reply on Feb 24, 2007 11:57 PM by jklanka

    java.lang.IllegalStateException: A CMR collection may only b

    jklanka

      I have two bean Movie and Films. I have implemented the ralationship 1 to many between Director and Movies

      In a JSP page I am listing all the Directors and when I print movies.getMovies() to check whether will itb display the collection variable, it gives me Error

      java.lang.IllegalStateException: A CMR collection may only be used within the transction in which it was created

      I could not understand this. please help me