커넥터 프로젝트(JCA 1.0에서 JCA 1.5로)

J2EE 이주 마법사는 JCA(J2EE Connector Architecture) 1.0 설명자의 아티팩트를 JCA 1.5로 이주합니다. 이주된 아티팩트는 두 가지의 새 오브젝트(OutboundResourceAdaptorConnectionDefinition)가 커넥터 프로젝트용으로 J2EE 1.4 스펙 레벨의 ResourceAdaptor 오브젝트에 추가된 것과 같이 ResourceAdaptor 오브젝트의 요소와 연관되어 있습니다.

이주된 요소의 맵핑에 대한 설명은 다음과 같습니다.
  • 다음 요소는 ResourceAdaptor 오브젝트에서 OutboundResourceAdaptor 오브젝트로 이동됩니다.
    • reauthenticationSupport
    • transactionSupport
  • 다음 요소는 ResourceAdaptor 오브젝트에서 ConnectionDefinition 오브젝트로 이동됩니다.
    • managedConnectionFactoryClass
    • connectionFactoryInterface
    • connectionFactoryImplClass
    • connectionInterface
    • connectionImplClass
  • outboundResourceAdaptor 오브젝트에는 ConnectionDefinitions 정의 목록이 있습니다. 따라서 ConnectionDefinitionOutboundResourceAdaptor에 보유된 ConnectionDefinitions 목록에 추가됩니다.
  • OutboundResourceAdaptor 오브젝트는 ResourceAdaptor 오브젝트에 포함됩니다.
  • AuthenticationMechanism 오브젝트는 JCA 1.5에서 일부가 변경되었습니다. 즉, customAuthMechType 요소는 authenticationMechanism으로 바뀌고 authenticationType 요소는 authenticationMechanism으로 바뀌였습니다.
  • ResourceAdaptor 오브젝트의 설명 속성은 다음 오브젝트의 경우에 설명 속성 문자열이 Description 오브젝트의 값 요소로 설정된 Description 오브젝트로 바뀝니다.
    • SecurityPermission
    • AuthenticationMechanism
    • ConfigurationProperties
관련 참조
웹 프로젝트(Servlet 레벨 2.3에서 Servlet 레벨 2.4로)
웹 서비스(J2EE 1.3에서 J2EE 1.4로)
J2EE 1.3에서 1.4 스펙 레벨로의 이주

(C) Copyright IBM Corporation 2000, 2004. All Rights Reserved.