It seems this is due to the move to JCS :( The logicsheet is put into the cache and JCS casts this to Serializable in org.apache.jcs.access.CacheAccess.put().
So, what do we do now... Carsten > -----Original Message----- > From: Antonio Gallardo [mailto:[EMAIL PROTECTED] > Sent: Monday, May 17, 2004 12:34 PM > To: [EMAIL PROTECTED] > Subject: XSP not working in CVS head? > > Hi: > > I made a full build and to me XSP is not working, even the > most basic test in XSP don't work: > > http://localhost:8888/samples/blocks/xsp/java/hello > > Can someone else tell me if it is working? > > Best Regards, > > Antonio Gallardo. > > PS Here is the error: > > markup-languages: ComponentSelector could not access the > Component for hint [xsp] (key [xsp]) > > org.apache.cocoon.ProcessingException: markup-languages: > ComponentSelector could not access the Component for hint > [xsp] (key [xsp]): > org.apache.avalon.framework.component.ComponentException: > markup-languages: ComponentSelector could not access the > Component for hint [xsp] (key [xsp]) >
