커넥터 프로젝트(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 오브젝트에는 ConnectionDefinition 정의 목록이 포함되어 있습니다. 따라서 ConnectionDefinitionOutboundResourceAdaptor가 보유한 ConnectionDefinition에 추가됩니다.
  • OutboundResourceAdaptor 오브젝트는 ResourceAdaptor 오브젝트에 포함됩니다.
  • AuthenticationMechanism 오브젝트는 JCA 1.5에서 일부 변경되었습니다(customAuthMechType 요소가 authenticationMechanism으로 바뀌었고 authenticationType 요소가 authenticationMechanism으로 바뀜).
  • ResourceAdaptor 오브젝트의 설명 속성이 설명 오브젝트로 바뀌었습니다(설명 속성 문자열이 다음 오브젝트에 대해 설명 오브젝트의 값 요소로 설정됨).
    • SecurityPermission
    • AuthenticationMechanism
    • ConfigurationProperties

피드백