Hi. I was getting an exception on my application and it really took me a very long time to figure what was happening. MsPowerPointTextFilter is requiring commons-logging to work, and I did not had that .jar file on my classpath. The constructor, needs that library to work, and so if you don't have that library an InvocationTargetException is thrown.
My proposal is to remove that commons-logging dependency. I don't know why that text filter is doing logging (only one message to print an error), and why requires logging, when all the other filters are throwing up a RepositoryException with embedded information. Kind regards, Martin
