Re: URI Encoding with Solr and Weblogic

2012-02-10 Thread rzoao
and restarted the server, but I still get the same error. That's just it? Did you remove the Dfile.encoding=UTF-8 or did you keep it as well? Is it working perfectly now? It didn't make any difference in here. Thank you, rzoao -- View this message in context: http://lucene.472066.n

Re: Bad Request (Solr + Weblogic + Oracle DB)

2012-02-02 Thread rzoao
a new scheme.xml to try my code? I guess that's the problem with learning new stuff, stupid mistakes like that! By the way, I'm using solr 3.5 and my code is working fine. Thanks again, rzoao -- View this message in context: http://lucene.472066.n3.nabble.com/Bad-Request-Solr-Web

Re: Bad Request (Solr + Weblogic + Oracle DB)

2012-02-02 Thread rzoao
Hey Preetesh Dubey, thanks for you help, I tried it that way and I'm getting the same error over here: Bad Request I'm wondering if it's not my schema.xml ... or something else that I don't know. Joao -- View this message in context: http://lucene.472066.n3.nabble.com/Bad-Request-Solr-Weblogic

Bad Request (Solr + Weblogic + Oracle DB)

2012-02-02 Thread rzoao
Hello all, I'm new to solr and I'm having a hard time trying to configure the schema.xml for a simple table. I'm using WebLogic with standard configs and Oracle Database. I have a simple table with the following fields Fase varchar Campo varchar Antes varchar Depois varchar Regras varchar My sc