Ugo Cei wrote:

It looks like we might have a problem. I copied the loadDocument function from woody's binding_example.js and passed it an "xmldb:" URI. This is the exception I get when I call

var is = new Packages.org.xml.sax.InputSource(source.getInputStream());

org.apache.cocoon.CascadingIOException: Could not lookup pipeline components: org.apache.avalon.framework.service.ServiceException: Could not find component (key [org.apache.cocoon.serialization.SerializerSelector]) (Key='org.apache.cocoon.serialization.SerializerSelector')

But that's not in my new code, that is in the unchanged getInputStream(), which uses an XML serializer to serialize SAX events. Why it shouldn't be able to get a SerializerSelector I don't know, but I'm not an Avalon guru.


Regards, Upayavira


Reply via email to