From: Basil Moser <[EMAIL PROTECTED]>
Date: Thu, 20 Jul 2006 22:39:53 +0200
Then I get the following exception:
org.apache.avalon.framework.configuration.ConfigurationException: Unknown
element 'serializer' at file:/opt/apache-tomcat-5.5.12/
webapps/telejobBeat/telejob/sitemap.xmap
BTW: Where is the cocoon.log located? Sorry but I'm a cocoon newbie :-)
By default, in WEB-INF/logs There ought to be a number of files in there,
according to what's been configured in logkit.xconf and log4j.xconf.
Exactly what files, and what gets logged to each of them, may depend on the
version of Cocoon, though, as I have a feeling the default configuration may
have changed over time.
Andrew.
Thanks,
Basil
On Jul 20, 2006, at 7:01 AM, Antonio Gallardo wrote:
Basil Moser escribió:
Hi Antonio
Hi,
The pipeline seems to be ok. Look in cocoon.log, there might be an
exception. I am suspecting you sitemap default generator is serverpages
(the xspgenerator), hence switching to a file generator the java code is
not executed at all. For simple generator output testing, please add a
xml serializer right after the generator to see the output and run the
pipeline to get the xml output.
That would be this section:
<map:match pattern="announcement.xml">
<map:generate type="file" src="announcement.xml"/>
<!-- here we add the serializer to see the generator output -->
<map:serializer type="xml"/>
<!-- <map:generate type="file" src="announcement.xml"/> -->
<!--<map:transform type="xslt"/> -->
<map:transform type="xslt" src="announcement.xsl"/>
<map:serialize type="html"/>
</map:match>
Best Regards,
Antonio Gallardo
Thanks,
Basil
On Jul 5, 2006, at 7:13 AM, Antonio Gallardo wrote:
Hi Basil,
Would you provide some sitemap.xmap snippet?
Best Regards,
Antonio Gallardo.
Basil Moser escribió:
Hi all
I tried out Cocoon 2.1. I have some XML (with java code embedded) and
XSL files. When i switch now in the sitemap.xmap to javapages in the
attribute "generate type" cocoon retruns me a blank page. Why does
this happen?
I also set "generate type" to file. Then cocoon does not inperpret the
java code. The java code is only displayed. Why does this happen?
Thanks a lot!
Basil
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]