[jboss-cvs] JBossAS SVN: r58221 - trunk/server/src/main/org/jboss/ejb

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 8 17:35:00 EST 2006


Author: alex.loubyansky at jboss.com
Date: 2006-11-08 17:34:58 -0500 (Wed, 08 Nov 2006)
New Revision: 58221

Modified:
   trunk/server/src/main/org/jboss/ejb/EjbModule.java
Log:
use debug level for notifying that the EJBDeployer MBean and MetricsEnabled attribute are not available

Modified: trunk/server/src/main/org/jboss/ejb/EjbModule.java
===================================================================
--- trunk/server/src/main/org/jboss/ejb/EjbModule.java	2006-11-08 22:34:02 UTC (rev 58220)
+++ trunk/server/src/main/org/jboss/ejb/EjbModule.java	2006-11-08 22:34:58 UTC (rev 58221)
@@ -974,7 +974,7 @@
             catch (Exception e)
             {
                //throw new DeploymentException("couldn't contace EJBDeployer!", e);
-               log.warn("Couldn't get MetricsEnabled from EJBDeployer: " + e.getMessage());
+               log.debug("Couldn't get MetricsEnabled from EJBDeployer: " + e.getMessage());
             } // end of try-catch
 
 




More information about the jboss-cvs-commits mailing list