Search:

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

Search: Search took 0.02 seconds.

  1. DeliveryInDoubt error when Spring Security concurrency control is on

    Hello,

    I have strange problem and as far as I know it is somehow connected to Spring Security. My application uses Spring 3.0.5, Spring Security 3.0.5 and Spring Flex 1.5.0 (client-side is written...
  2. DeliveryInDoubt error in a Flex application

    Hello,

    I have strange problem and as far as I know it is somehow connected to Spring Security. My application uses Spring 3.0.5, Spring Security 3.0.5 and Spring Flex 1.5.0 (client-side is written...
  3. Replies
    5
    Views
    2,326

    Thanks! I've checked the fix and these are my...

    Thanks! I've checked the fix and these are my conclusions:

    1) <security:concurrency-control max-sessions="1" error-if-maximum-exceeded="true"/> everything's OK with this

    2)...
  4. Replies
    5
    Views
    2,326

    Hi, nothing has changed since the last post -...

    Hi,

    nothing has changed since the last post - concurrency control doesn't work for me. I've tried to use it without error-if-maximum-exceeded. The result was similar - after logging in for the...
  5. Replies
    5
    Views
    2,326

    Seriously no clues? Maybe I will provide more...

    Seriously no clues? Maybe I will provide more informations. First of all I'm using Tomcat 6.0.29. I check concurrency control in this scenario:
    1) Launch my app in IE on localhost; log in (my login...
  6. Replies
    5
    Views
    2,326

    Concurrency control

    Hi,

    I want to implement concurrency control in my app. I'm using Flex hence I'm using Spring BlazeDS Integration 1.5.0M2 as well as Spring Security 3.0.5. This is part of my config:


    ...
  7. Replies
    0
    Views
    773

    Concurrency control

    Hi,

    I want to implement concurrency control in my app. I'm using Flex hence I'm using Spring BlazeDS Integration 1.5.0M2 as well as Spring Security 3.0.5. This is part of my config:


    ...
  8. Replies
    6
    Views
    6,884

    I abondoned this idea and I've started to...

    I abondoned this idea and I've started to annotate services with @Secured instead.
  9. Replies
    1
    Views
    4,140

    I think I know where the problem is. I'm using...

    I think I know where the problem is. I'm using FileReference.upload() to upload file from Flex clinet, so I think there's new sessionid assigned to the request and that's why Spring Security doesn't...
  10. Replies
    1
    Views
    4,140

    Spring MVC and Spring Security

    Hi,

    I'm developing an application using Spring 3.0.5, Spring Security 3.0.5, Spring BlazeDS Integration 1.5.0.M1 and Spring MVC. My problem is that Spring Security doesn't work in @Controller...
  11. Replies
    1
    Views
    398

    SessionFactory in a static method

    Hello. Is there any way to get sessionFactroy dynamically? Without the @Autowired annotation. I really need sessions access in a static method.
  12. Replies
    6
    Views
    6,884

    Sorry for digging this out, but I'm trying to...

    Sorry for digging this out, but I'm trying to achieve similar behavior in my app. I'm using the Spring Security integration. The only difference is that I can't secure everything (for example the...
  13. Custom AuthenticationProvider and UserDetailsService

    hi,

    I have few newbie questions about authentication.

    First of all I'm using Spring Security 3.0.3, Spring 3.0.3 and Flex on the client side.

    In my application I need to authenticate user...
Results 1 to 13 of 15