What could cause potential runtime issue when calling a Transactional method from another non-Transactional method of same class?
What potential runtime issue this code can cause and why it won’t run? I know transactional context will be missing but it should still work without transactional context. Any explanation what could cause potential runtime issue?