Search:

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

Search: Search took 0.03 seconds.

  1. OK, I understand. Anyway, thank you very much...

    OK, I understand.

    Anyway, thank you very much for your help!
  2. Does it mean that there is no solution to have...

    Does it mean that there is no solution to have nio-locker working on windows?
  3. Yes I tried the exact configuration you posted,...

    Yes I tried the exact configuration you posted, without anything else in the config file :(

    In my POM I have



    <properties>
    <spring.version>3.1.1.RELEASE</spring.version>
    ...
  4. There is no difference as the error occurs in the...

    There is no difference as the error occurs in the file-to-string-transformer that cannot open the file locked by the nio-locker.



    INFO :...
  5. This is really weird, when I add the...

    This is really weird, when I add the logging-channel-adapter there is no more exception thrown but the message is not consumed and not delivered.

    Below the log with and without the...
  6. I have updated my first post so that the config...

    I have updated my first post so that the config is now complete and reflects the whole flow.
  7. I have edited the above config.

    I have edited the above config.
  8. file:inbound-channel-adapter with nio-locker and file-to-string-transformer

    Hi everybody,

    Using inbound-channel-adapter, locking the file with nio-locker cause file-to-string-transformer not able to access the file anymore.

    I thought that the file locked would be still...
  9. Replies
    5
    Views
    2,047

    Thank you for your answer Andrew, Event with...

    Thank you for your answer Andrew,

    Event with the AnnotationBeanConfigurerAspect declared in the aop.xml I still get the "java.lang.IllegalStateException: Post-processor tried to replace bean...
  10. Replies
    5
    Views
    2,047

    Hi, I'm also stuch for a long time with the same...

    Hi, I'm also stuch for a long time with the same problem.

    Is it a way to have the @Configurable handled by AspectJ and the @Transactional by Spring proxy in the same class or does this definitely...
  11. Hum! It seems that I didn't really understand how...

    Hum! It seems that I didn't really understand how DelegatingAuthenticationEntryPoint works as the configuration above suits perfectly my needs and is MUCH nicer than what I wrote!

    Thanks a lot Rob.
  12. I'm always interested in finding a clean(er)...

    I'm always interested in finding a clean(er) solution :-)

    I thought that the DelegatingAuthenticationEntryPoint was made to configure different EntryPoints based on a regexp, right?
    But I don't...
  13. Yes but in a very inelegant way. I had to create...

    Yes but in a very inelegant way. I had to create a CustomLoginUrlAuthenticationEntryPoint that is a raw copy of the LoginUrlAuthenticationEntryPoint (as this class is really not designed to be...
  14. Thank you for answer Rob, In fact what I would...

    Thank you for answer Rob,

    In fact what I would like to do is overriding the DefaultRedirectStrategy that is instanciated directly (why not DI :-) ) in the LoginUrlAuthenticationEntryPoint.
  15. 403 instead of login page redirect for REST WS

    Hi everybody,

    We have an ExtJS javascript application with a Tomcat/Spring/SpringSecurity backend exposing REST services.

    We have the standard SpringSecurity redirection to the login page when...
Results 1 to 15 of 16