J2EE マイグレーション・ウィザードは、J2EE Connector Architecture (JCA) 1.0 記述子
の成果物を JCA 1.5 にマイグレーションします。マイグレーションされた成果物は、
OutboundResourceAdaptor と ConnectionDefinition という
2 つの新規オブジェクトとして、ResourceAdaptor オブジェクトのエレメントに
関連付けられます。これらはコネクター・プロジェクトの J2EE 1.4 仕様レベルの
ResourceAdaptor オブジェクトに追加されました。
以下はマイグレーション済みエレメントのマッピングについての説明です。
- 以下のエレメントは、ResourceAdaptor オブジェクトから
OutboundResourceAdaptor オブジェクトに移動されます。
- reauthenticationSupport
- transactionSupport
- 以下のエレメントは、ResourceAdaptor オブジェクトから
ConnectionDefinition オブジェクトに移動されます。
- managedConnectionFactoryClass
- connectionFactoryInterface
- connectionFactoryImplClass
- connectionInterface
- connectionImplClass
- outboundResourceAdaptor オブジェクトには、ConnectionDefinition 定義のリストが含まれています。以降、ConnectionDefinition は、
OutboundResourceAdaptor によって保持されている
ConnectionDefinition リストに追加されます。
- OutboundResourceAdaptor オブジェクトは、
ResourceAdaptor オブジェクトに含まれます。
- AuthenticationMechanism オブジェクトは
JCA 1.5 でいくつかの変更がありました。customAuthMechType エレメントが
authenticationMechanism に置換され、
authenticationType エレメントが
authenticationMechanism に置換されました。
- ResourceAdaptor オブジェクトの description 属性は
Description オブジェクトに置換され、
そこで description 属性ストリングが以下のオブジェクトの Description オブジェクトの
値エレメントに設定されます。
- SecurityPermission
- AuthenticationMechanism
- ConfigurationProperties