You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by co...@apache.org on 2010/06/18 02:55:15 UTC

svn propchange: r955801 - svn:log

Author: covener
Revision: 955801
Modified property: svn:log

Modified: svn:log at Fri Jun 18 00:55:15 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jun 18 00:55:15 2010
@@ -1,4 +1,4 @@
-[OWB-389] fix EJB's that are decorated and intercepted, a new WebBeansDecoratorInterceptor
+[OWB-398] fix EJB's that are decorated and intercepted, a new WebBeansDecoratorInterceptor
 (and DelegateHandler) is needed for each invocation but was being kept around in 
 the by-method cache of InterceptorDataImpl.  This intermittently caused
 the wrong EJB InvocationContext to be used at the end of the decorator stack.