If you want to add a PDF document to a repository using a PdfTextFilter, and you do the following steps:
session.save() node.checkin(); The method PdfTextFilter.doFilter() gets called 4 times!!! session's save method calls doFilter one time. This is normal But checkin method calls doFilter three times. Is this normal? I do not see the sense. Thanks. Martin