Hello,
can anyone help me understand the following @Transactional behaviour?
Here is my very simple service interface
public interface UserRegistrationService {
public List<User>...
Type: Posts; User: msmbrb; Keyword(s):
Hello,
can anyone help me understand the following @Transactional behaviour?
Here is my very simple service interface
public interface UserRegistrationService {
public List<User>...
As an additional detail, if I don't use Spring security the exception remains but if I use transaction annotation on the service method (even @Transactional(propagation=Propagation.NEVER)) everything...
As an additional detail, if I don't use Spring security the exception remains but if I use transaction annotation on the service method (even @Transactional(propagation=Propagation.NEVER))...
Hello,
I'm trying to use Spring Security with a custom Hibernate UserDetailsService.
Every time the user attempts to log in I get a "No Hibernate Session bound to thread, and configuration does...
Hello,
I'm trying to use Spring Security with a custom Hibernate UserDetailsService.
Every time the user attempts to log in I get a "No Hibernate Session bound to thread, and configuration does...