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



참고 http://cognitivecache.blogspot.com/2008/08/log4j-writing-to-dynamic-log-file-for.html
앞으로는 스프링에 대해서 알고싶은게 있으면 요기서 알아내면 되겠네.. ㅋㅋ

사용자 삽입 이미지

ibm dw에서 vi에 익숙하지 않은 나같은 사람을 위해 컨닝페이퍼를 만드는 아티클을 공개했다
한글로 번역되어있어 보기도 좋다 ㅋㅋ

vi 입문 -- 컨닝 페이퍼 이용하기

Jazz is an IBM Rationalproject to build a scalable, extensible team collaboration platform for integrating work across the phases of the development lifecycle.

Installing IBM Rational Team Concert Express-C

Test management with Jazz and IBM Rational Team Concert


낼 부터는 참고글을 참조해서 CI 환경구성을 해볼 생각이다
현재 앤트도 사용하지 않고 테스트클래스도 없는 상태에서 많은 어려움이 예상 되지만 그래도 해볼란다

아직 대충 훑어보기만 했는데 ibm 디벨로퍼 웍스의 글(참고)이 도움이 많이 될것 같다
참고 : http://www.ibm.com/developerworks/kr/library/tutorial/j-cq11207/index.html
자바를 실행 할때 -Djavax.net.debug=SSL,handshake 옵션을 주면 handshake 과정을 볼수 있다

From Wikipedia, the free encyclopedia


AS2
(Applicability Statement 2) is a specification about how to transport data securely and reliably over the Internet. Security is achieved by using digital certificates and encryption.

AS2는 인터넷을 통해 안전하고 신뢰할 수 있는 데이터를 전송하는 방법에 대한 스펙이다. 보안은 인증서과 암호화를 통해 보장한다.

http://en.wikipedia.org/wiki/AS2

ls -al `find . -type f -name "*.java" -print`

+ Recent posts