User: starksm
Date: 02/03/08 00:12:46
Modified: src/main/org/jboss/invocation InvocationContext.java
Log:
Drop the use of CacheKey as its useless and having to wrap the
entity keys in a CacheKey was causing problems with the client interceptors.
Revision Changes Path
1.2 +1 -2 jboss/src/main/org/jboss/invocation/InvocationContext.java
Index: InvocationContext.java
===================================================================
RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/invocation/InvocationContext.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InvocationContext.java 7 Mar 2002 17:53:41 -0000 1.1
+++ InvocationContext.java 8 Mar 2002 08:12:46 -0000 1.2
@@ -13,7 +13,6 @@
import javax.transaction.TransactionManager;
import org.jboss.invocation.Invoker;
-import org.jboss.ejb.CacheKey;
/*
import java.lang.reflect.Method;
@@ -35,7 +34,7 @@
* a repository of objects.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*
* Revisions:
*
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development