[jira] [Created] (TIKA-971) The ToXMLContentHandler handler creates extra entry when reading ODT files

2012-08-07 Thread JIRA
François Ouellette created TIKA-971: --- Summary: The ToXMLContentHandler handler creates extra entry when reading ODT files Key: TIKA-971 URL: https://issues.apache.org/jira/browse/TIKA-971 Project:

[jira] [Resolved] (TIKA-956) Embedded docs in Word doc are not inlined (text is always added to the end)

2012-08-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved TIKA-956. - Resolution: Fixed Fix Version/s: 1.3 > Embedded docs in Word doc are not inlined

Detecting content type with file extension

2012-08-07 Thread 122jxgcn
Hello, I'm having a trouble with auto detection of custom content type. I have done some debugging and found out some sequences. So inside the test, when AutoDetectParser() gets called, detector tries to detect MediaType. And inside the detect function of MimeTypes.java (still not sure if this is

Re: AutoDetectParser not picking up custom parser

2012-08-07 Thread Nick Burch
On Mon, 6 Aug 2012, 122jxgcn wrote: Did you make sure both your parser and the service file are on the classpath? If you miss one or both then your new parser won't be loaded I'm sorry but can you be more specific? I'm not sure what do you mean by service file. The step is described here: