> You probably have an old Xalan in your JDK shadowing the Xalan in Cocoon.
> This is due to Java 2 Class Loading. Solution is to add xalan and xerces
> to the endorsed lib of your JDK (I am assuming some type of JDK
> 1.4 here).

But note that if you use Tomcat, it overrides the jdk endorsed directory and
you
should use $TOMCAT_HOME/common/endorsed instead.

And you realize that the first part of the error message is warning you that
you are
using deprecated items by using redirect-to instead of call?  IIUC,
redirect-to now only
deals with sending client-side redirects and call is used for resource reuse
within cocoon.

Geoff Howard


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to