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());
}
}