rwatler 2005/02/01 19:20:14 Modified: commons/src/java/org/apache/jetspeed/container JetspeedContainerServlet.java Log: War Infusion PAM Implementation Revision Changes Path 1.21 +4 -3 jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/container/JetspeedContainerServlet.java Index: JetspeedContainerServlet.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/container/JetspeedContainerServlet.java,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- JetspeedContainerServlet.java 4 Jan 2005 15:51:17 -0000 1.20 +++ JetspeedContainerServlet.java 2 Feb 2005 03:20:14 -0000 1.21 @@ -129,6 +129,7 @@ if (attemptRegistration(context, portletApplicationName)) { context.log(JCS + "Registered portlet application: name=" + portletApplicationName); + return; } context.log(JCS + "Could not registered portlet application; starting back ground thread to register when jetspeed comes online: name=" + portletApplicationName); @@ -176,7 +177,7 @@ } catch (Exception e) { - context.log(JCS + "Failed to register PA: " + portletApplicationName); + context.log(JCS + "Failed to register PA: " + portletApplicationName, e); } return false; } @@ -347,4 +348,4 @@ } -} \ No newline at end of file +}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]