Author: tolusha
Date: 2010-06-17 10:59:05 -0400 (Thu, 17 Jun 2010)
New Revision: 2654
Modified:
kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test/TestSecurityManager.java
Log:
EXOJCR-756: temporary added printStackTrace() for SecurityException
Modified:
kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test/TestSecurityManager.java
===================================================================
---
kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test/TestSecurityManager.java 2010-06-17
14:34:37 UTC (rev 2653)
+++
kernel/trunk/exo.kernel.commons.test/src/main/java/org/exoplatform/commons/test/TestSecurityManager.java 2010-06-17
14:59:05 UTC (rev 2654)
@@ -91,7 +91,8 @@
testCode = true;
}
}
- else if
(className.startsWith("org.slf4j.impl.Log4jLoggerFactory"))
+ else if
(className.startsWith("org.slf4j.impl.Log4jLoggerFactory")
+ ||
className.startsWith("com.arjuna.ats.jta.logging.jtaLogger"))
{
return;
}
@@ -106,6 +107,8 @@
return;
}
+ System.out.println("#################");
+ se.printStackTrace();
throw se;
}
}
Show replies by date