User: patriot1burke
  Date: 01/08/07 11:17:20

  Modified:    src/main/org/jboss/ejb EntityContainer.java
  Log:
  additional comments
  
  Revision  Changes    Path
  1.52      +5 -1      jboss/src/main/org/jboss/ejb/EntityContainer.java
  
  Index: EntityContainer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/ejb/EntityContainer.java,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- EntityContainer.java      2001/08/07 18:06:42     1.51
  +++ EntityContainer.java      2001/08/07 18:17:20     1.52
  @@ -47,7 +47,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Daniel OConnor</a>
    * @author <a href="[EMAIL PROTECTED]">Bill Burke</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Andreas Schaefer</a>
  - * @version $Revision: 1.51 $
  + * @version $Revision: 1.52 $
    *
    * <p><b>Revisions:</b>
    *
  @@ -132,6 +132,10 @@
   
      /**
       * Stores all of the entities associated with the specified transaction.
  +    * As per the spec 9.6.4, entities must be synchronized with the datastore
  +    * when an ejbFind<METHOD> is called.
  +    * Also, all entities within entire transaction should be synchronized before
  +    * a remove, otherwise there may be problems with 'cascade delete'.
       * @param tx the transaction that associated entites will be stored
       * @throws Exception if an problem occures while storing the entities
       */
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to