WebSphere Business Integration EJB 프로젝트 이주

WebSphere® Studio Application Developer Integration Edition에서 EJB 프로젝트는 CMM(Extended Messaging) 및 CMP/A(Component-Managed Persistence Anywhere)와 같은 특수 WebSphere Business Integration 기능을 가질 수 있습니다. 그런 프로젝트에 대한 배치 설명자는 이주되어야 하며 이 섹션은 해당 이주를 수행하는 방법을 설명합니다.

이 이주를 수행하려면 다음 단계를 완료하십시오.
  1. WebSphere Business Integration EJB 프로젝트를 새 6.0 작업공간으로 복사하고 파일 > 가져오기 > 작업공간으로 기존 오브젝트 마법사를 사용하여 WebSphere Integration Developer에서 가져오십시오. 선택적으로 J2EE 이주 마법사를 실행할 수도 있습니다.
  2. 6.0 작업공간에서 실행 중인 WebSphere Integration Developer의 모든 인스턴스를 닫으십시오.
  3. EJB 프로젝트의 WebSphere Business Integration 배치 설명자를 이주할 다음 스크립트를 실행하십시오.
    Windows:
    %WID_HOME%/wstools/eclipse/plugins/com.ibm.wbit.migration.wsadie_6.0.0/WSADIEEJBProjectMigration.bat
    Linux:
    $WID_HOME/wstools/eclipse/plugins/com.ibm.wbit.migration.wsadie_6.0.0/WSADIEEJBProjectMigration.sh
    다음 매개변수가 지원되며, 작업공간 및 프로젝트 이름은 필수입니다.
    사용법:      WSADIEEJBProjectMigration.bat
    [-e eclipse-folder] -d workspace -p project
    eclipse-folder: Eclipse의 폴더의 위치. 대개 제품 설치 폴더
    아래에 있는 'eclipse'입니다.
    workspace:  이주될 WSADIE EJB 프로젝트를 포함하는 작업공간.
    project:    이주할 프로젝트의 이름.
    예:
    WSADIEEJBProjectMigration.bat -e "C:\IBM\WID6\eclipse" -d "d:\my60workspace" -p "MyWBIEJBProject"
  4. WebSphere Integration Developer를 열 때 갱신된 파일을 가져오기 위해 EJB 프로젝트를 새로 고쳐야 합니다.
  5. EJB 프로젝트에서 ibm-web-ext.xmi 파일을 검색하십시오. 하나가 있는 경우 파일에서 다음 행이 요소 아래에 존재하는지 확인하십시오.
    <webappext:WebAppExtension> element:
    <webApp href="WEB-INF/web.xml#WebApp"/>
  6. 5.1에서 생성된 이전 배치 코드를 제거하십시오. WebSphere Application Server 가이드라인에 따라서 배치 코드를 다시 생성하십시오.
관련 태스크
이주 시 소스 아티팩트 준비

피드백
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.