Christopher Oliver <[EMAIL PROTECTED]> asks:
>
> It appears the source resolver used by the compiling class loader was
> able to resolve a Source for one of your Java classes but
> Source.getInputStream() returned null. Since clearly you
> weren't using
> the compiling class loader previously, this seems odd. I'm not sure
> what's causing this. Can you provide more information? What class was
> being loaded when this occurred? Can you set a breakpoint in
> CompilingClassLoader and find out what type of Source was returned?
I don't have a debugger wired into Cocoon, but adding a println:
System.out.println( "class="+ className + " src=" + src );
To CompilingClassLoader in the compile method shows:
class=org [EMAIL PROTECTED]
Which seems very odd to me: "org" ????