Title: [waffle-scm] [86] trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoContextContainerFactory.java: Updated exception message to more meaningful.
Revision
86
Author
mauro
Date
2007-05-26 11:56:45 -0500 (Sat, 26 May 2007)

Log Message

Updated exception message to more meaningful.

Modified Paths


Diff

Modified: trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoContextContainerFactory.java (85 => 86)

--- trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoContextContainerFactory.java	2007-05-24 21:32:24 UTC (rev 85)
+++ trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoContextContainerFactory.java	2007-05-26 16:56:45 UTC (rev 86)
@@ -55,7 +55,7 @@
             HttpSession session = request.getSession();
             PicoContextContainer sessionContextContainer = (PicoContextContainer) session.getAttribute(Constants.SESSION_CONTAINER_KEY);
             if (sessionContextContainer == null) {
-                throw new RuntimeException("Waffle: Possible Tomcat deployment OR Configuration error - read http://waffle.codehaus.org/tomcat_deployment_issue.html");
+                throw new RuntimeException("Waffle could not find session-level context container.  Please check configuration.");
             }
             MutablePicoContainer delegate = sessionContextContainer.getDelegate();
 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to