[
https://issues.apache.org/jira/browse/JCR-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587751#action_12587751
]
dbrosius edited comment on JCR-1521 at 4/10/08 6:54 PM:
------------------------------------------------------------
Based on the stack traces, i see this line in both
at
es.git.openkm.frontend.server.OKMFileUploadServlet.doPost(OKMFileUploadServlet.java:123)
To me that means that you are receiving a double post from the web side, and
thus saving the item twice.
BAH! i confused myself into thinking what is really the milliseconds was a
thread id, and saw two different ones in the above line. Nevermind what i said.
was (Author: dbrosius):
Based on the stack traces, i see this line in both
at
es.git.openkm.frontend.server.OKMFileUploadServlet.doPost(OKMFileUploadServlet.java:123)
To me that means that you are receiving a double post from the web side, and
thus saving the item twice.
> 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, StackTrace.txt
>
>
> 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.