You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jay W Kim <jk...@csc.com> on 2003/03/20 22:54:48 UTC

has anybody gotten JSPEngineImplNamedDispatcherInclude to work in weblogic 6.1?

I'm running weblogic 6.1 and cocoon 2.0.3:

created my.roles file with this in it:

<?xml version="1.0"?>
<role-list>
  <role name="
org.apache.cocoon.components.jsp.JSPEngineImplNamedDispatcherInclude"
shorthand="jsp-engine" default-class="
org.apache.cocoon.components.jsp.JSPEngineImplNamedDispatcherInclude"/>
</role-list>

and updated cocoon.xconf with this:

  <jsp-engine>
      <parameter name="servlet-name"  value="*.jsp"/>
  </jsp-engine>


and I get this error message:

ERROR   (2003-03-20) 16:38.32:845   [sitemap] (/nbs/ldf/ldf-url-map)
ExecuteThread: '12' for queue: 'default'/PipelineNode: Error while
processing pipeline at
org.apache.cocoon.ProcessingException: Exception JspGenerator.generate():
java.lang.ClassCastException:
weblogic.utils.classloaders.ChangeAwareClassLoader
      at
org.apache.cocoon.generation.JspGenerator.generate(JspGenerator.java:145)


really appreciate any assistance



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org