Re: C2.0.2: ClassCastException

2002-03-29 Thread Jozsa Kristof
Roger that.. I was using the cocoon.xconf from 2.0.1 in my project (I forgat to replce it). Thanks right again, Christopher On Thu, Mar 28, 2002 at 08:44:18PM -0500, Vadim Gritsenko wrote: > Check your cocoon.roles and cocoon.xconf files. Cocoon 2.0.2 uses > XPathProcessor from the Excalibur in

RE: C2.0.2: ClassCastException

2002-03-28 Thread Vadim Gritsenko
Check your cocoon.roles and cocoon.xconf files. Cocoon 2.0.2 uses XPathProcessor from the Excalibur instead of old Cocoon's XPathProcessor. It seems that somehow you are instantiating old processor instead of new, which is seen from the exception: > java.lang.ClassCastException: > org.apache.coco

Re: C2.0.2: ClassCastException

2002-03-28 Thread Jozsa Kristof
Vadim, sorry for the delay, I was out of office. I'm running Cocoon 2.0.2 from JBoss3beta2 latest cvs snapshots (it uses Jetty as the bundled web container). I thought of the different xalan/xerces libs between JBoss and Cocoon as a possible problem source here - is that possible? Anyway, I'm po

RE: C2.0.2: ClassCastException

2002-03-26 Thread Vadim Gritsenko
Try deleting work directory. Might help, I'm not sure what you have got (you cut the stacktrace too short) Vadim > From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] > > Hi, > > I've downloaded Cocoon 2.0.2, compiled, replaced the libs in my project and > deployed successfully. It works, however,