// TODO - if an error occured for this coplet, remember this
// and use directly the error-uri from now on
if ( uri.startsWith("cocoon:") && error != null) {
// Create a Notifying
NotifyingBuilder notifyingBuilder = null;
Notifying currentNotifying = null;
try {
notifyingBuilder= (NotifyingBuilder)this.manager.lookup(NotifyingBuilder.ROLE);
currentNotifying = notifyingBuilder.build(this, error);
} catch (Exception ignore) {
// ignore
} finally {
this.manager.release(notifyingBuilder);
}