Ok, figured it out myself. The problem was that I didn't have all the libraries that my Action required in the WEB-INF/lib folder. In that way ClassNotFoundException was misleading.
- Sami Lakka ----- Original Message ----- From: "Sami Lakka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 12, 2003 4:51 PM Subject: Velocity Portlets : Requested Action not found Hello, I'm having problems with my Velocity portlet. The portlet uses action class MaintAction (in package fi.tut.modules.actions), but when I install it to the Jetspeed I get the following error : java.lang.ClassNotFoundException: Requested Action not found. I have changed the Turbine search path to the TurbineResources.properties and Turbine uses my search path but doesn't find the class. I even tried to install the class to org.apache.jetspeed.modules.actions.portlets package but this didn't help either. Jetspeed finds the tutorial velocity portlets. Am I missing some library / configuration file or is this a bug? Best Regards, - Sami Lakka --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
