Hi there,
still struggling. I have copied the generate examples from the xsp guide
sitemap.xconf is mounted from master sitemap in the webapps/cocoon dir.
sniplet
<map:match pattern="content/greeting">
<map:generate type="file" src="content/greeting.xml"/>
<map:transform src="stylesheets/greeting.xsl"/>
<map:serialize/>
</map:match>
logicsheet.greeting is the same as in the docs greeting3.xml is copied
to greeting.xml and
greeting.xsl is evenso the same as in the docs. And while accessing
greeting.xml I receive
java.lang.IllegalAccessError: try to access method
org.apache.cocoon.components.language.markup.AbstractMarkupLanguage.addLogicsheetToList(Lorg/apache/cocoon/components/language/markup/AbstractMarkupLanguage$LanguageDescriptor;Ljava/lang/String;Lorg/apache/cocoon/environment/SourceResolver;)V
from class
org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage$XSPTransformerChainBuilderFilter
at
org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage$XSPTransformerChainBuilderFilter.processingInstruction(XSPMarkupLanguage.java:357)
at
org.xml.sax.helpers.XMLFilterImpl.processingInstruction(XMLFilterImpl.java:651)
and so on ..
This is really getting me grazy. Perhaps somebody can help me
Kind regards
Michael
---------------------------------------------------------------------
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]>