Spring
Class에는 메소드가 분명히 있는데 메소드를 못 찾을 때
codinglog
2020. 6. 12. 16:36
소스코드로 볼 때(compile time)와 실행할 때(run time)의 의존관계가 서로 달라서 그럴 수도 있다. 현재 의존관계에서 중복되거나 버전이 안 맞거나 하는 것을 찾아볼 필요가 있다.
setReadOnly not defined in JpaTransactionObject in JpaTransactionManager · Issue #24422 · spring-projects/spring-framework
In spring-orm-8.2.3.RELEASE the problem described in Ticket # 23943 is still present. At line 405 txObject.setReadOnly(definition.isReadOnly()); txObject is of type JpaTransactionObject line 378 : ...
github.com
https://github.com/spring-projects/spring-framework/issues/24422
반응형