[pal-cvs 2911] [655] fixed messages

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 10月 25日 (木) 16:54:56 JST


Revision: 655
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=655
Author:   shinsuke
Date:     2007-10-25 16:54:55 +0900 (Thu, 25 Oct 2007)

Log Message:
-----------
fixed messages

Modified Paths:
--------------
    pal-admin/trunk/src/main/java/jp/sf/pal/admin/filter/SiteEditorFilter.java


-------------- next part --------------
Modified: pal-admin/trunk/src/main/java/jp/sf/pal/admin/filter/SiteEditorFilter.java
===================================================================
--- pal-admin/trunk/src/main/java/jp/sf/pal/admin/filter/SiteEditorFilter.java	2007-10-25 07:54:33 UTC (rev 654)
+++ pal-admin/trunk/src/main/java/jp/sf/pal/admin/filter/SiteEditorFilter.java	2007-10-25 07:54:55 UTC (rev 655)
@@ -85,7 +85,7 @@
                 .getAttribute(CommonPortletServices.CPS_PROFILER_COMPONENT);
         if (null == profiler) {
             throw new PortletException(
-                    "Failed to find the Profiler on portlet initialization");
+                    "Failed to find the profiler on portlet initialization");
         }
 
         // decorationFactory
@@ -93,7 +93,7 @@
                 .getAttribute(CommonPortletServices.CPS_DECORATION_FACTORY);
         if (null == decorationFactory) {
             throw new PortletException(
-                    "Failed to find the Profiler on portlet initialization");
+                    "Failed to find the decorationFactory on portlet initialization");
         }
 
         // portletRegistry
@@ -101,7 +101,7 @@
                 .getAttribute(CommonPortletServices.CPS_REGISTRY_COMPONENT);
         if (null == portletRegistry) {
             throw new PortletException(
-                    "Failed to find the Profiler on portlet initialization");
+                    "Failed to find the portletRegistry on portlet initialization");
         }
 
         // permissionManager
@@ -109,7 +109,7 @@
                 .getAttribute(CommonPortletServices.CPS_PERMISSION_MANAGER);
         if (null == permissionManager) {
             throw new PortletException(
-                    "Failed to find the Profiler on portlet initialization");
+                    "Failed to find the permissionManager on portlet initialization");
         }
 
         // portletEntityAccessComponent
@@ -117,7 +117,7 @@
                 .getAttribute(CommonPortletServices.CPS_ENTITY_ACCESS_COMPONENT);
         if (null == portletEntityAccessComponent) {
             throw new PortletException(
-                    "Failed to find the Profiler on portlet initialization");
+                    "Failed to find the portletEntityAccessComponent on portlet initialization");
         }
 
         // portletWindowAccessor
@@ -125,7 +125,7 @@
                 .getAttribute(CommonPortletServices.CPS_WINDOW_ACCESS_COMPONENT);
         if (null == portletWindowAccessor) {
             throw new PortletException(
-                    "Failed to find the Profiler on portlet initialization");
+                    "Failed to find the portletWindowAccessor on portlet initialization");
         }
 
         // securityAccessController
@@ -133,7 +133,7 @@
                 .getAttribute(CommonPortletServices.CPS_SECURITY_ACCESS_CONTROLLER);
         if (null == securityAccessController) {
             throw new PortletException(
-                    "Failed to find the Profiler on portlet initialization");
+                    "Failed to find the securityAccessController on portlet initialization");
         }
     }
 


pal-cvs メーリングリストの案内
Back to archive index