Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cmd창에서 'scsicmd'를 했을 때 log4j내용이 같이 출력된다.



CAUSE
OSGI Framework가 구동되면서 VxDG 기본 정보들을 세팅해서 생긴 문제임
OSGI Freamwork에서 Agent들이 다 등록후 MCCS 엔진이 시작됨
이에 따라 MCCS 엔진의 기본 설정들이 적용 되기도 전에 Agent들의 로직이 돌아버리고 있음
OSGI Framework가 구동 될 때 에이전트에서 필요한 정보들을 세팅해 줄게 아니라 MCCS엔진 시작 후 동작하여야 함


SOLUTION
IResourceCategory에 initAfterStart메소드 추가
로컬빌드 하기 전 카테고리들을 가져와서 실행시킨다
System Attribute도 EditorDialog에서 보이도록 여기서 수정
단 System 속성일 경우에는 OK버튼은 안보임

Fixed 4.1

Filter by label (Content by label)
showLabelsfalse
max5
spacesMSDKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "MSDKB"
labelskb-troubleshooting-article

...