[
https://issues.apache.org/jira/browse/JCR-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587462#action_12587462
]
Dave Brosius commented on JCR-1521:
-----------------------------------
It might be useful to put this
Exception e = new Exception();
e.fillInStackTrace();
e.printStackTrace();
in your extractText method, to show folks where the two calls are coming from.
> Text Extractors are executed twice
> ----------------------------------
>
> Key: JCR-1521
> URL: https://issues.apache.org/jira/browse/JCR-1521
> Project: Jackrabbit
> Issue Type: Bug
> Components: jackrabbit-text-extractors
> Affects Versions: 1.4
> Environment: JDK 1.5 Ubuntu Gutsy
> Reporter: Paco Avila
> Attachments: ExifTextExtractor.java
>
>
> I'have created a test text extractor and the method extractText() is invoked
> twice. It it really neccesaty or it's a bug?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.