You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/01/23 03:29:06 UTC

svn propchange: r1198591 - svn:log

Author: dblevins
Revision: 1198591
Modified property: svn:log

Modified: svn:log at Mon Jan 23 02:29:06 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Jan 23 02:29:06 2012
@@ -1 +1,2 @@
 when we create the webapp classloader we replace the classloader by a wrapper (TomEEWebappClassLoader) which now uses the created classloader to get resources before the real webapp classloader which adds its resources only if we didn't find it in our classloader. It aims to avoid to find twice the same resources because we almost duplicate all the webappclassloader in ours.
+TOMEE-42: TCCL.getResources() returns duplicated when deploying with OpenEJB deployer