OK, I understand.
Anyway, thank you very much for your help!
Type: Posts; User: pwanner; Keyword(s):
OK, I understand.
Anyway, thank you very much for your help!
Does it mean that there is no solution to have nio-locker working on windows?
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>
...
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 :...
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...
I have updated my first post so that the config is now complete and reflects the whole flow.
I have edited the above config.
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...
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...
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...
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.
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...
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...
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.
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...