[Jboss-cvs] JBossAS SVN: r56984 - branches/MC_VDF_WORK/system/src/main/org/jboss/system/server/profileservice
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 19 19:52:08 EDT 2006
Author: scott.stark at jboss.org
Date: 2006-09-19 19:52:06 -0400 (Tue, 19 Sep 2006)
New Revision: 56984
Modified:
branches/MC_VDF_WORK/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java
Log:
Log the located bootstrap resources
Modified: branches/MC_VDF_WORK/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java
===================================================================
--- branches/MC_VDF_WORK/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java 2006-09-19 23:51:21 UTC (rev 56983)
+++ branches/MC_VDF_WORK/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java 2006-09-19 23:52:06 UTC (rev 56984)
@@ -195,6 +195,7 @@
while (descriptors.hasMoreElements())
{
URL url = descriptors.nextElement();
+ log.debug("Found: "+url);
deploy(url);
}
@@ -204,6 +205,7 @@
while (descriptors.hasMoreElements())
{
URL url = descriptors.nextElement();
+ log.debug("Found: "+url);
deploy(url);
}
}
More information about the jboss-cvs-commits
mailing list