RE: Problem with manifold

2012-11-02 Thread Gonzalez, Pablo
Hello, Mr Wright, and thank you for such a fast response. Well, the way I am using to try and communicate mcf and solr is via a SearchComponent. For this I added the apache-solr-mcf-3.6-SNAPSHOT.jar that comes in the file solr-integration to the lib folder of the deployment of the solr webapp

Re: Problem with manifold

2012-11-02 Thread Karl Wright
Actually, from your log it is clear that ManifoldCF can be reached fine from your Solr instance, so please disregard that question. The only other potential issue has to do with Solr search component ordering. This is a bit of black magic, because other Solr components may modify the request in

RE: Problem with manifold

2012-11-02 Thread Gonzalez, Pablo
Ok, I already had the fields in my schema.xml. This is the piece of code regarding them: field name=allow_token_document type=string indexed=true stored=false multiValued=true/ field name=deny_token_document type=string indexed=true stored=false multiValued=true/ field

Re: ManifoldCF 1.0.1 MySQL setup : Error getting connection: Access denied for user

2012-11-02 Thread Karl Wright
Hi Nigel, I'm not a MySQL expert, but I seem to recall there was something interesting about the way MySQL authenticated remote connections. There are two properties that the MySQL driver looks at: /** MySQL server property */ public static final String mysqlServerProperty =