User: mnf999
Date: 01/07/03 16:11:05
Modified: src/main/org/jboss/ejb/plugins CMPPersistenceManager.java
Log:
Message update on the propagation of calls
Revision Changes Path
1.25 +3 -1 jboss/src/main/org/jboss/ejb/plugins/CMPPersistenceManager.java
Index: CMPPersistenceManager.java
===================================================================
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/CMPPersistenceManager.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- CMPPersistenceManager.java 2001/06/24 03:06:46 1.24
+++ CMPPersistenceManager.java 2001/07/03 23:11:05 1.25
@@ -49,7 +49,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Dan Christopherson</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Bill Burke</a>
-* @version $Revision: 1.24 $
+* @version $Revision: 1.25 $
*
* Revisions:
* 20010621 Bill Burke: removed loadEntities call because CMP read-ahead is now
@@ -317,6 +317,8 @@
}
}
+ // The implementation of the call can be left absolutely empty, the
propagation of the call
+ // is just a notification for stores that would need to know that an
instance is being activated
store.activateEntity(ctx);
}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development