Re: XInclude and Document Entity not working on schema.xml

2013-07-24 Thread Elodie Sannier
I'm using java-1.7.0-openjdk-1.7.0.3-2.1.el6.1.x86_64 and tomcat6-6.0.24-48.el6_3.noarch. I tested with the 4.4 solr version but I still have the bug. Elodie Kelkoo SAS Société par Actions Simplifiée Au capital de € 4.168.964,30 Siège social : 8, rue du Sentier 75002 Paris 425 093 069 RCS Paris

Re: XInclude and Document Entity not working on schema.xml

2013-07-23 Thread Chris Hostetter
Elodie: I just tested your configs (as close as i could get since i don't have the com.kelkoo classes) using the current HEAD of the 4x branch and had no problems with the entity includes. what java version/vendor are you using? are you using the provided jetty or your own servlet container

Re: XInclude and Document Entity not working on schema.xml

2013-07-23 Thread Elodie Sannier
Hello Chris, Thank you for your help. I checked differences between my files and your test files but I didn't find bugs in my files. All my files are in the same directory: collection1/conf => schema.xml content: ]>

Re: XInclude and Document Entity not working on schema.xml

2013-07-22 Thread Chris Hostetter
: Elodie can you please open a bug in jira for this with your specific ... : ...the issue you linked to before (SOLR-3087) included a specific test to : ensure that fieldTYpes could be include like this, and that test works -- : so pehaps in your testing you have some other subtle bug?

Re: XInclude and Document Entity not working on schema.xml

2013-07-22 Thread Chris Hostetter
: to use "Document Entity" in schema.xml, I get this exception : : java.lang.RuntimeException: schema fieldtype : string(org.apache.solr.schema.StrField) invalid : arguments:{xml:base=solrres:/commonschema_types.xml} Elodie can you please open a bug in jira for this with your specific example? p

XInclude and Document Entity not working on schema.xml

2013-07-18 Thread Elodie Sannier
Hello, I am using the solr nightly version 4.5-2013-07-18_06-04-44 and I want to use "Document Entity" in schema.xml, I get this exception : java.lang.RuntimeException: schema fieldtype string(org.apache.solr.schema.StrField) invalid arguments:{xml:base=solrres:/commonschema_types.xml} at org