> From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] > > Hi, thanks to all for the previous help about my issues. > > Now, I have a new problem. > > I have define the following pipeline: > > <map:pipeline> > <map:match pattern=""> > <map:redirect-to uri="intro.html"/> > </map:match> > > <map:match pattern="*.html"> > <map:generate type="serverpages" src="myDir/{1}.xsp"/> > <map:transform src="myDir/Style/xml2html.xsl"/> > <map:serialize type="html"/> > </map:match> > </map:pipeline> > > > Now, when I do the request Cocoon return me the following error: > > An error occurred > The org.apache.cocoon.www.sitemap_xmap notifies that > org.apache.cocoon.ProcessingException says: > > Language Exception > > More precisely: > > org.apache.cocoon.ProcessingException: Language Exception: > org.apache.cocoon.components.language.LanguageException: Could not load > class for program 'org/apache/cocoon/www/smit/intro_xsp' due to a > java.lang.ClassNotFoundException: org.apache.cocoon.www.smit.intro_xsp >
Assuming that you have intro.xsp... Something prevents this XSP from being compiled and loaded. Check the log files, and check your XSP for errors, and check Cocoon working directory, look for the intro_xsp.java file. Vadim <snip/> > > Someone can help me? > > Thanks. > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>