Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    956

    @Transactional behaviour

    Hello,
    can anyone help me understand the following @Transactional behaviour?

    Here is my very simple service interface



    public interface UserRegistrationService {

    public List<User>...
  2. As an additional detail, if I don't use Spring...

    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...
  3. As an additional detail, if I don't use Spring...

    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))...
  4. Hibernate custom UserDetailsService problem

    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...
  5. Hibernate problem with Spring security UserDetailsService

    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...
Results 1 to 5 of 5