Thanks for your answer...
I've exported the code of the method getLastChanges() in my scheduled method (@Scheduled) in an other bean. The scheduled method is also annoted with @Transactional (as...
Type: Posts; User: rclsilver; Keyword(s):
Thanks for your answer...
I've exported the code of the method getLastChanges() in my scheduled method (@Scheduled) in an other bean. The scheduled method is also annoted with @Transactional (as...
Hi,
I'm building an Java Web Application based on Spring (Web MVC) with a backend managed by JPA with Hibernate (using EntityManager). While developping, I use MySQL 5 Server (with InnoDB engine)....
Hi arthomps, thanks for your answer.
Indeed, it's possible to have an account in my DB which isn't in the ldap.
I know how configure two auth providers :
<authentication-manager>
...
Hi,
I would like to set up a multiple authentication provider to my website.
When a user attempt to log in, the first authentication provider (Jdbc) will search a row in user table with the...