[Jboss-cvs] JBossAS SVN: r56999 - projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 20 05:53:05 EDT 2006


Author: adrian at jboss.org
Date: 2006-09-20 05:53:04 -0400 (Wed, 20 Sep 2006)
New Revision: 56999

Modified:
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/AbstractDeploymentContext.java
Log:
Make trace logging not being able to find the metadata.
We really need a method that doesn't throw exceptions when a file doesn't exist.

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/AbstractDeploymentContext.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/AbstractDeploymentContext.java	2006-09-20 09:51:38 UTC (rev 56998)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/AbstractDeploymentContext.java	2006-09-20 09:53:04 UTC (rev 56999)
@@ -586,7 +586,7 @@
       }
       catch (Exception e)
       {
-         log.debug("Error retrieving meta data: " + name, e);
+         log.trace("Error retrieving meta data: " + name, e);
          return null;
       }
    }




More information about the jboss-cvs-commits mailing list