using spring 2.5.6 for a standalone application.
I recently switched from java -cp dir/a.bar:dir/b.jar:dir/c.jar to
java -cp dir/*
when i do this i get
Could not process key 'dealerMasterSolrServer.baseURL' in PropertyOverrideConfigurer; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'dealerMasterSolrServer' is defined
I see from the logs that he is trying to set an override before loading the bean, this only happens when I set the class path * , which works fine when I use separate banks. Any help is appreciated
Os Redhat 6.1 2.6.32-131.0.15.el6.x86_64 Java version 1.6.0_34-b04
source share