Thanks for your patch, Stefan!
It's applied.
Carsten
> -Ursprüngliche Nachricht-
> Von: Stefan Koehler [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 5. September 2001 17:43
> An: [EMAIL PROTECTED]
> Betreff: ClassCastException in SourceHandlerImpl
>
>
Hello,
Because of a ClassCastException I looked at the dispose() method of
org.apache.cocoon.components.source.SourceHandlerImpl
and found that it tries to cast the keys of the Map sourceFactories
(which are Strings) to SourceFactory instead of the values.
The following patch should fix it.
St