Issue is easily reproducible after all.
Registering ConversionService in app context will cause the error from the original post if bean id is conversionService (like in example from the reference...
Type: Posts; User: high5; Keyword(s):
Issue is easily reproducible after all.
Registering ConversionService in app context will cause the error from the original post if bean id is conversionService (like in example from the reference...
I've finally nailed it. This was the cause of all the problems:
<!--bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean">
<property...
Yes, the project is very small. But nevertheless, attaching it is a no-go, since archive ends up being over 300k (board limit is slightly under 100k).
Hang on, I'm gonna grant you direct access to...
I've also checked the dependency tree just minutes ago - everything is fine there.
As for autowiring of filterChainMap property - the answer is no.
I use component-scan only for extended...
Hi Marten,
I'll take a look at dependency tree when I come back from work.
But I don't think that is the issue here since I also manually checked which jars ended up in WEB-INF/lib after...
Hi Rob,
thanks for your response.
Similar thought came across my mind also when I encountered this issue, so I double checked the dependencies and there are no 3.0.x jars.
This is a fairly...
Hello everyone,
I was taking a quick look at both Spring & Spring Security 3.1.x over the weekend, and have stumbled upon an issue while trying to configure an http element for unsecured requests:...
When PropertyPlaceholderConfigurer completes resolving the placeholders, it throws an exception if there are any unresolved placeholders left.
You can avoid that behavior by setting...