Hi,

First of all I could not reach bugzilla. I will post this there later...

Today I experimented a bit with xsp. During this experiment
ArrayIndexOutOfBoundException in the CocoonServlet. The exception occures
when I change something in my xml. This XML provides the data for a Cocoon
application I made. When you again change something in the xml reload and
change it back then the problem is solved!? (untill you again want to change
the xml).

Edgar

By the way the application enables you to keep your information about the
tags (xsp tags). It enables you to fast find a certain tag and its meaning.

I have included the xsp and xml you need (when you are going to try it out).
You have to add the following code to your sitemap:
========

<map:match pattern="taglibrary.xsl">
           <map:generate type = "serverpages" src="stylesheets/logica.xsp"/>
           <map:serialize type="xml"/>
</map:match>
   
<map:match pattern="taglibrary.html">
                <map:generate src="docs/tags.xml"/>
                <map:transform src="cocoon:/taglibrary.xsl"/>
                <map:transform src="stylesheets/taglibrary2html.xsl"/>
                <map:serialize/>
</map:match>


The exception:
==============

Cocoon 2 - Internal server error

type fatal
message Failed to execute pipeline.
description org.apache.cocoon.ProcessingException: Failed to execute
pipeline.: java.lang.ArrayIndexOutOfBoundsException
sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet
request-uri
/cocoon/cocoonProject/taglibrary.html
path-info
cocoonProject/taglibrary.html





Attachment: tags.xml
Description: Binary data

Attachment: logica.xsp
Description: Binary data

Attachment: taglibrary2html.xsl
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to