no.root.res.in.res.cfg() 썸네일형 리스트형 Spring + jersey 유의사항. 어제 com.sun.jersey.api.container.ContainerException: [failed to localize] no.root.res.in.res.cfg() 와 관련된 Post를 올리고 계속 더 깊은 삽질중에 알게된 것. Spring + jersey를 연결할때 위와 같은 Exception이 나는 것은 RootResource가 bean으로 초기화되지 않아서이다. 난 그것도 모르고 테스트한 답시고 ApplicationContext.xml에 bean 초기화는 하지 않은 상태에서 Test파일 만들고 돌렸다;; 그러니 위 Exception은 계속 뜨지. 난 의아해하며 "왜 RootResource라는 놈을 못찾는지?" 허무하게 구글링만 하고 있었다;; 나와 같은 슬픔의 희생자들이 영문 스레드만을 .. 더보기 [failed to localize] no.root.res.in.res.cfg() 요놈의 Exception!! jersey를 이용해 Spring용 Plugin을 만들어 REST url을 날리며 테스트 하는데 요놈의 Exception이 자꾸 발생한다;; com.sun.jersey.api.container.ContainerException: [failed to localize] no.root.res.in.res.cfg() 아놔 뭐지.. 결국 구글링.. 역시 질문 스레드가 여기 저기 많구만...하지막 역시나 답변은 잘 안달렸군.. 그나마 있던 답변들은 web.xml에서 init-param 설정을 잘못해서 라는 것. 하지만 근본적인 답변은 안되었다. 결국 구글 코드서치까지 감행..원인을 알 수 있었다;;; 원인은 바로.....init-param에서 설정한 jersey용 package에 Root Resource Class.. 더보기 이전 1 다음