Ted Steen wrote: > This is the Exception I get (note that it is not handled by tapestry!) > javax.servlet.ServletException: Unable to construct service > tapestry.describe.DescribableStrategy: Unable to construct > configuration tapestry.describe.DescribableStrategies: Error at > jar:file:/C:/Program/Apache Software Foundation/Tomcat > 5.5/shared/lib/tapestry-portlet-4.0-beta-4.jar!/META-INF/hivemodule.xml, > line 297, column 105: Unable to process attribute class (of element > strategy): Unable to convert type 'javax.portlet.PortletSession' to a > Java class, either as is, or in package org.apache.tapestry.portlet.
If you're running in Tomcat, you don't need the portlet JAR. It appears as though its presence on the classpath is causing you trouble. Try removing it and see what happens. -- Kevin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
