NoClassDefFoundError: org/apache/solr/search/DisMaxQParser?

2009-05-27 Thread Ryan McKinley
Anyone ever seen this? I am configuring solr with spring -- nothing has changed recently. It appears to be trying to open DisMaxQParser when the class is actually DismaxQParser Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class

Re: NoClassDefFoundError: org/apache/solr/search/DisMaxQParser?

2009-05-27 Thread Shalin Shekhar Mangar
On Thu, May 28, 2009 at 12:28 AM, Ryan McKinley ryan...@gmail.com wrote: Anyone ever seen this? I am configuring solr with spring -- nothing has changed recently. It appears to be trying to open DisMaxQParser when the class is actually DismaxQParser DismaxQParser was renamed to

Re: NoClassDefFoundError: org/apache/solr/search/DisMaxQParser?

2009-05-27 Thread Ryan McKinley
It was a problem with my svn update -- apparently it did not pick up the case change. (not report any difference with svn diff) When I did a clean checkout things worked ok. On Wed, May 27, 2009 at 3:08 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Thu, May 28, 2009 at 12:28 AM,