You need to remove references to the logicsheet file from the XSP, and leave only namespace declaration. Also, you can delete any generated files from previous run and restart engine.
PS: CVS contains this sample and runs it out-of-the-box. Vadim > From: Derek Hohls [mailto:[EMAIL PROTECTED]] > > Vadim > > I have tried this: > > <!-- Derek Test Logicsheet --> > <builtin-logicsheet> > <parameter name="prefix" value="greeting"/> > <parameter name="uri" > value="http://duke.edu/tutorial/greeting"/> > <parameter name="href" > value="resource://derek/logicsheet.greeting.xsl"/> > <!-- resource is: WEB-INF/classes/ --> > </builtin-logicsheet> > > inserted in the cocoon.xconf and the XSL file placed in the relevant > subdirectory of WEB-INF . Shutdown and restarted. > > I still get the: > java.lang.IllegalAccessError: try to access method > org.apache.cocoon.components.language.markup.AbstractMarkupLanguage.addL ogicsh > eetToList > (Lorg/apache/cocoon/components/language/markup/AbstractMarkupLanguage > $LanguageDescriptor;Ljava/lang/String;Lorg/apache/cocoon/environment/Sou rceRes > olver;)V > from class > org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage > $XSPTransformerChainBuilderFilter > > Do I need to change anything else in the sitemap or the calling > files?? > > Eg. if I delete the : > <xsp:logicsheet location="derek1/logic/logicsheet.greeting.xsl"/> > from the calling file, then I get "The requested resource (Not Found) > is not available." error. > > Thanks > Derek --------------------------------------------------------------------- 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]>