You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2004/09/29 05:05:55 UTC

svn commit: rev 47449 - geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main

Author: dblevins
Date: Tue Sep 28 20:05:55 2004
New Revision: 47449

Modified:
   geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/ExceptionUtil.java
Log:
Added sun.reflect to exclude list


Modified: geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/ExceptionUtil.java
==============================================================================
--- geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/ExceptionUtil.java	(original)
+++ geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/ExceptionUtil.java	Tue Sep 28 20:05:55 2004
@@ -24,7 +24,7 @@
 public class ExceptionUtil {
 
     private static final String[] excludedPackages = {
-        "org.apache.geronimo.gbean.jmx.", "mx4j.", "net.sf.cglib.reflect"
+        "org.apache.geronimo.gbean.jmx.", "mx4j.", "net.sf.cglib.reflect.", "sun.reflect."
     };
 
     private static final String[] excludedStrings = {