Author: mlusetti
Date: Wed Oct 19 09:21:30 2011
New Revision: 1186048

URL: http://svn.apache.org/viewvc?rev=1186048&view=rev
Log:
TAP5-1702 Warn the user if the application Module class could not be found

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java?rev=1186048&r1=1186047&r2=1186048&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
 Wed Oct 19 09:21:30 2011
@@ -144,6 +144,7 @@ public class TapestryAppInitializer
         {
             // That's OK, not all applications will have a module class, even 
though any
             // non-trivial application will.
+            logger.warn("Application Module class {} not found", className);
         }
 
         // Add a synthetic module that contributes symbol sources.


Reply via email to