We have two service methods in two different services in our spring application which are both annotated with @Transactional(isolation = Isolation.SERIALIZABLE). Bo
@Transactional(isolation = Isolation.SERIALIZABLE)