[seam-commits] Seam SVN: r14022 - branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/init.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jan 24 08:16:44 EST 2011
Author: manaRH
Date: 2011-01-24 08:16:44 -0500 (Mon, 24 Jan 2011)
New Revision: 14022
Modified:
branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/init/Initialization.java
Log:
changed log level for not installing POJO Cache
Modified: branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/init/Initialization.java
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/init/Initialization.java 2011-01-24 13:03:13 UTC (rev 14021)
+++ branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/init/Initialization.java 2011-01-24 13:16:44 UTC (rev 14022)
@@ -949,7 +949,7 @@
catch (ClassNotFoundException e) {}
catch (NoClassDefFoundError e) {
//temp solution due to broken JEMS installer portal profile!
- log.warn("Did not install PojoCache due to NoClassDefFoundError: " + e.getMessage());
+ log.debug("Did not install PojoCache due to NoClassDefFoundError: " + e.getMessage());
}
}
More information about the seam-commits
mailing list