On 4/25/2013 12:04 AM, Shawn Heisey wrote: > It looks like the solution is adding some config to the weblogic.xml > file in the solr.war so that weblogic prefers application classes. I > filed SOLR-4762. I do not know if this change might have unintended > consequences. > > http://ananthkannan.blogspot.com/2009/08/beware-of-stringutilscontainsignorecase.html > > https://issues.apache.org/jira/browse/SOLR-4762
Radhakrishna: Do you know how to extract solr.war, change the WEB-INF/weblogic.xml file, and repack it? I have created a patch for the Solr source code, but I don't have weblogic, so I can't test it to make sure it works. I am running tests to make sure that the change doesn't break anything else. Alternatively, you could download the source code, apply the patch I uploaded to SOLR-4762, build Solr, and try the changed version. You never said what version of Solr you are using. The important part of the patch should apply correctly to the source of most versions. The CHANGES.txt part of the patch will fail on anything older than the 4.x dev branch (4.4), but that's not an important part of the patch. Thanks, Shawn