1 Reply Latest reply on Nov 2, 2005 4:39 PM by lafr

    A cmr collection may be used only in the transaction in whic

    dvohra09

      When a CMR Collection is iterated over an exception gets generated:

      A cmr collection may be used only in the transaction in which it was created.

      Example:java.util.Collection collection=entityObject.getCMRCollection();
      Iterator iterator=collection.iterator();