Caused by: org.springframework.beans.factory.BeanCreationException 이런 오류를 뱉어내면서
Bean property '' is not writable or has an invalid setter method. Did you mean ''? 이런식의 문구가 나오는 오류.
이 경우는 없는 Bean을 xml에 선언했을 때 나오는 오류입니다.
보통 오타 때문에 생기죠.
저같은 경우는 Bean 이름을 pattern 이라고 써놓고 xml에 patten 으로 선언해서 10분정도 삽질 한 것 같네요...
이러한 오류가 나오신 분은 오탈자를 확인해보세요!
'오류해결' 카테고리의 다른 글
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter (0) | 2017.02.21 |
---|---|
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: (0) | 2017.02.13 |
java.lang.nullpointerexception (0) | 2017.02.08 |
open quote is expected for attribute id associated with an element type bean (0) | 2017.02.08 |
java.lang.NoClassDefFoundError (0) | 2017.02.08 |