Vadim Gritsenko wrote: > > <!-- blob pseudo protocol --> > > - <protocol name="blob" > class="org.apache.cocoon.components.source.impl.BlobSourceFactory"/> > > + <component-instance name="blob" > class="org.apache.cocoon.components.source.impl.BlobSourceFactory"/> > > > > Why this change? Anyways, unless="" string is wrong now. > Oh, thanks will correct this.
Without the change I got an exception during startup that the protocol could not be configured or something like that. Carsten