User: fleury
Date: 00/08/11 17:15:54
Modified: src/main/org/jboss/ejb/plugins
EntityInstanceInterceptor.java
Log:
comment on the locking
Revision Changes Path
1.4 +2 -1
jboss/src/main/org/jboss/ejb/plugins/EntityInstanceInterceptor.java
Index: EntityInstanceInterceptor.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/EntityInstanceInterceptor.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EntityInstanceInterceptor.java 2000/06/16 13:10:23 1.3
+++ EntityInstanceInterceptor.java 2000/08/12 00:15:53 1.4
@@ -39,7 +39,7 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class EntityInstanceInterceptor
extends AbstractInterceptor
@@ -93,6 +93,7 @@
throws Exception
{
// Get context
+ // The cache will properly managed the tx-ctx locking, in case the mi
transaction is different.
mi.setEnterpriseContext(((EntityContainer)getContainer()).getInstanceCache().get(mi.getId()));
try
{