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