services shouldn't be transactional
parent
c3b90b9d71
commit
149fb1bac1
|
@ -26,11 +26,10 @@ import org.springframework.transaction.annotation.Transactional;
|
|||
/**
|
||||
* Implementation of the UserInfoService
|
||||
*
|
||||
* @author Michael Joseph Walsh
|
||||
* @author Michael Joseph Walsh, jricher
|
||||
*
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class DefaultUserInfoService implements UserInfoService {
|
||||
|
||||
@Autowired
|
||||
|
|
Loading…
Reference in New Issue