Search:

Type: Posts; User: high5; Keyword(s):

Search: Search took 0.03 seconds.

  1. Issue is easily reproducible after all. ...

    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...
  2. I've finally nailed it. This was the cause of all...

    I've finally nailed it. This was the cause of all the problems:


    <!--bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean">
    <property...
  3. Yes, the project is very small. But nevertheless,...

    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...
  4. I've also checked the dependency tree just...

    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...
  5. Hi Marten, I'll take a look at dependency tree...

    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...
  6. Hi Rob, thanks for your response. Similar...

    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...
  7. Spring Security 3.1.0.RC1 doesn't play nice with Spring 3.1.0.M1

    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:...
  8. When PropertyPlaceholderConfigurer completes...

    When PropertyPlaceholderConfigurer completes resolving the placeholders, it throws an exception if there are any unresolved placeholders left.

    You can avoid that behavior by setting...
Results 1 to 8 of 8