Hi Ben, I'm trying out Pluto 1.1.0 with Geronimo 2.0-M6 now. I think have made some progress. I get the following error:
23:15:01,171 INFO [Mapping] Loading mapping descriptors from jar:file:/C:/geronimo/var/shared/lib/pluto- descriptor-impl-1.1.0.jar!/org/apache/pluto/descriptors/services/castor/castor-portlet-xml-mapping.xml 23:15:01,187 ERROR [[/pluto]] Servlet /pluto threw load() exception javax.servlet.ServletException: Error loading context: Apache Pluto Portal Driver at org.apache.pluto.core.PortletServlet.init(PortletServlet.java:104) at javax.servlet.GenericServlet.init(GenericServlet.java:215) at org.apache.catalina.core.StandardWrapper.loadServlet( StandardWrapper.java:1053) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:955) at org.apache.catalina.core.StandardContext.loadOnStartup( StandardContext.java:4035) at org.apache.catalina.core.StandardContext.start(StandardContext.java :4338) at org.apache.geronimo.tomcat.GeronimoStandardContext.access$201( GeronimoStandardContext.java:62) at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke( GeronimoStandardContext.java:350) at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke( GeronimoBeforeAfterValve.java:47) at org.apache.geronimo.tomcat.GeronimoStandardContext.start( GeronimoStandardContext.java:194) ... This error comes up for any portlet I try to run, not just the admin portlet. I looked at the source and the exception is actually thrown by he PortletContextManager's register() method.
