[jboss-cvs] JBossAS SVN: r84543 - projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/jar.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 20 10:23:51 EST 2009


Author: adrian at jboss.org
Date: 2009-02-20 10:23:50 -0500 (Fri, 20 Feb 2009)
New Revision: 84543

Modified:
   projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/jar/JARStructure.java
Log:
More logging

Modified: projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/jar/JARStructure.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/jar/JARStructure.java	2009-02-20 15:20:54 UTC (rev 84542)
+++ projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/jar/JARStructure.java	2009-02-20 15:23:50 UTC (rev 84543)
@@ -142,7 +142,7 @@
             }
             else
             {
-               log.trace("... no - JarUtils.isArchive(" + file.getName() + ") == false");
+               log.trace("... ok - its an archive or at least pretending to be");
             }
          }
          else if (JarUtils.isArchive(file.getName()))
@@ -163,7 +163,10 @@
          {
             StructureContext parentContext = structureContext.getParentContext();
             if (parentContext != null && parentContext.isCandidateAnnotationScanning())
+            {
                valid = checkCandidateAnnotations(structureContext, file);
+               log.trace("... candidate annotations returned " + valid);
+            }
          }
 
          if (valid)




More information about the jboss-cvs-commits mailing list