Has anyone managed to get Cocoon 1.7.4 to work with Orion rc1?
I have commented out the Orion xsl servlet chaining and I currently get the
following error when trying to access the example index.xml file that comes
with the cocoon samples:
Publishing Engine could not be initialized.
java.lang.RuntimeException: Error while initializing XSP engine:
java.lang.Exception: Resource 'xsp-java.xsl' could not be found.
at org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:161)
at org.apache.cocoon.framework.Manager.create(Manager.java:101)
at org.apache.cocoon.framework.Router.init(Router.java:80)
at org.apache.cocoon.framework.Manager.create(Manager.java:101)
at org.apache.cocoon.Engine.(Engine.java:165)
at org.apache.cocoon.Engine.getInstance(Engine.java:202)
at org.apache.cocoon.Cocoon.init(Cocoon.java:141)
at com.evermind.server.http.HttpApplication.sj(JAX)
at com.evermind.server.http.HttpApplication.r5(JAX)
at com.evermind.server.http.HttpApplication.qt(JAX)
at com.evermind.server.http.dl.cd(JAX)
at com.evermind.util.e.run(JAX)
at org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:174)
at org.apache.cocoon.framework.Manager.create(Manager.java:101)
at org.apache.cocoon.framework.Router.init(Router.java:80)
at org.apache.cocoon.framework.Manager.create(Manager.java:101)
at org.apache.cocoon.Engine.(Engine.java:165)
at org.apache.cocoon.Engine.getInstance(Engine.java:202)
at org.apache.cocoon.Cocoon.init(Cocoon.java:141)
at com.evermind.server.http.HttpApplication.sj(JAX)
at com.evermind.server.http.HttpApplication.r5(JAX)
at com.evermind.server.http.HttpApplication.qt(JAX)
at com.evermind.server.http.dl.cd(JAX)
at com.evermind.util.e.run(JAX)
Any pointers as to what's going wrong would be appreaciated.
Paul