Ugo Cei wrote:
WebDAVRepository.java (swallowed):

} catch (ProcessingException pe) {
this.getLogger().error("Error saving dom to: " + this.repoBaseUrl + uri, pe);
}


WebDAVRepositoryPropertyHelper.java (swallowed):

  } catch (ProcessingException pe) {
    this.getLogger().error("Error serializing node " + value, pe);
  }

Ehm, I didn't follow all the discussions very closely, but if you want to remove something please be aware that these Exceptions are not just swallowed (don't know about the others) since after the catch clause follows a "return false;"

Guido

--
Guido Casper
-------------------------------------------------
S&N AG, Competence Center Open Source
                    Tel.: +49-5251-1581-87
Klingenderstr. 5    mailto:[EMAIL PROTECTED]
D-33100 Paderborn   http://www.s-und-n.de
-------------------------------------------------




Reply via email to