Search:

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

Search: Search took 0.02 seconds.

  1. Seems that BlockingCache isn't blocking and timeout doesn't work

    I have cached method (EhCache) and it's using BlockingCache and timeoutMillis set to 1000. I've tested, that if there are simultaneous attempts to request the method with same key etc., these...
  2. Replies
    0
    Views
    1,551

    Caching really working with EhCacheFacade?

    I've configured EHCache according to documentation in https://springmodules.dev.java.net/docs/reference/0.9/html/cache.html. I'm using annotations (@Cacheable) for methods, that should be using the...
  3. Ldap-authnetication-provider namespace configuration and own filter for role

    Is it possible to use namespace ldap authentication like:


    <security:http auto-config="false">
    <security:intercept-url pattern="/some_url/*"
    access="SOME_ROLE" />
    ...
Results 1 to 3 of 3