It doesn’t seem to work on windows7 with STS 2.3.3.M1.
I cannot run it, from the eclipse right click run web application (i have a problem with datanucleus enhancer – cannot enhanced classes).
I...
Type: Posts; User: regis.dev; Keyword(s):
It doesn’t seem to work on windows7 with STS 2.3.3.M1.
I cannot run it, from the eclipse right click run web application (i have a problem with datanucleus enhancer – cannot enhanced classes).
I...
I found another solution if you want to keep
configurer.postProcessBeanFactory(context.getBeanFactory());
put in your applicationContext.xml
I found the solution
Replace
configurer.postProcessBeanFactory(context.getBeanFactory());
By
thanks for the answer but it was a bad copy/paste sample, but i still have the error,
i update my code, in this case it should work i really don't understand.
If somebody have a clue i will...
Hi,
I try to use the PropertyPlaceholderConfigurer.postProcessBeanFactory() method, but it doesn't seems to work with the properties object setProperties().
PropertyPlaceholderConfigurer...