auto optimize import : preferences > Editor > General > Auto import > Optimize imports on the fly
usages(사용수를 보여줌) : preferences > Editor > Inlay Hints > Java > Code vision > Usages
auto optimize import : preferences > Editor > General > Auto import > Optimize imports on the fly
usages(사용수를 보여줌) : preferences > Editor > Inlay Hints > Java > Code vision > Usages
환경
- jdk6
- Spring + CXF
- Weblogic 10.3.x
문제
WAS배포후 로딩시 cxf.config0 빈을 찾을 수 없다는 예외가 발생함.
라이브러리 충돌 문제로 추정
해결
xcersimpl 버전이 낮아 XSD1.1표준을 만족하지 않아 발생하는 문제.
xecersimpl 버전을 올려 해결. 현재 최신버전은 2.11.0 버전임.
참고
http://marlowa.blogspot.kr/2009/08/how-to-solve-weird-jaxbxerces-spring.html
https://xerces.apache.org/xerces2-j/index.html
ibm dw에서 vi에 익숙하지 않은 나같은 사람을 위해 컨닝페이퍼를 만드는 아티클을 공개했다
한글로 번역되어있어 보기도 좋다 ㅋㅋ
ls -al `find . -type f -name "*.java" -print`