You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2005/11/23 17:11:35 UTC

svn commit: r348472 - /portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java

Author: ate
Date: Wed Nov 23 08:11:29 2005
New Revision: 348472

URL: http://svn.apache.org/viewcvs?rev=348472&view=rev
Log:
Correct spring bean reference

Modified:
    portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java

Modified: portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java?rev=348472&r1=348471&r2=348472&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java (original)
+++ portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java Wed Nov 23 08:11:29 2005
@@ -102,7 +102,7 @@
 
     public void start()
     {
-        this.config = (Configuration) Jetspeed.getComponentManager().getComponent("PortalConfiguration");
+        this.config = (Configuration) Jetspeed.getComponentManager().getComponent("portal_configuration");
         
         this.defaultRoles = 
             config.getList(PortalConfigurationConstants.REGISTRATION_ROLES_DEFAULT);



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org