You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by at...@apache.org on 2009/04/08 16:43:13 UTC

svn commit: r763257 - /portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/container/PortalDriverServicesImpl.java

Author: ate
Date: Wed Apr  8 14:43:12 2009
New Revision: 763257

URL: http://svn.apache.org/viewvc?rev=763257&view=rev
Log:
PLUTO-457: PortalDriverServiceImpl needs to implement Optional and Required ContainerServices
With this fix the portal starts up again, but there are still more errors to fix as now PortletWindowImpl cannot find/match the portlet definition.

Modified:
    portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/container/PortalDriverServicesImpl.java

Modified: portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/container/PortalDriverServicesImpl.java
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/container/PortalDriverServicesImpl.java?rev=763257&r1=763256&r2=763257&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/container/PortalDriverServicesImpl.java (original)
+++ portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/container/PortalDriverServicesImpl.java Wed Apr  8 14:43:12 2009
@@ -37,7 +37,7 @@
 import org.apache.pluto.container.impl.PortletEnvironmentServiceImpl;
 
 
-public class PortalDriverServicesImpl implements PortalDriverServices
+public class PortalDriverServicesImpl implements RequiredContainerServices, OptionalContainerServices, PortalDriverServices
 {
     /*
      * required services