using spring 2.5.6 for a standalone app.
i recently switched from using java -cp dir/a.bar:dir/b.jar:dir/c.jar
to
java -cp dir/*
when i do this I get a
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 its trying the set the override before loading the bean, it only happens when i set the *
classpath it works ok when i use individual jars. Any help is appreciated
Os Redhat 6.1 2.6.32-131.0.15.el6.x86_64 Java version 1.6.0_34-b04