連接器專案(JCA 1.0 至 JCA 1.5)

J2EE 移轉精靈會將 J2EE 連接器架構 (JCA) 1.0 描述子的成品移轉至 JCA 1.5。 移轉後的成品會和 ResourceAdaptor 物件的元素相關,因為有兩個新物件(OutboundResourceAdaptorConnectionDefinition)已加入連接器專案之 J2EE 1.4 規格層次的 ResourceAdaptor 物件中。

已移轉之元素的對映說明如下。
  • 下列元素會從 ResourceAdaptor 物件移至 OutboundResourceAdaptor 物件:
    • reauthenticationSupport
    • transactionSupport
  • 下列元素會從 ResourceAdaptor 物件移至 ConnectionDefinition 物件:
    • managedConnectionFactoryClass
    • connectionFactoryInterface
    • connectionFactoryImplClass
    • connectionInterface
    • connectionImplClass
  • outboundResourceAdaptor 物件包含一份 ConnectionDefinition 定義清單。因此,ConnectionDefinition 會加入 OutboundResourceAdaptor 所保留的 ConnectionDefinition 清單中。
  • OutboundResourceAdaptor 物件包含在 ResourceAdaptor 物件中。
  • JCS 1.5 的 AuthenticationMechanism 物件已經過一些變更,其中 customAuthMechType 元素已被 authenticationMechanism 取代,authenticationType 元素則被 authenticationMechanism 取代
  • ResourceAdaptor 物件中的 description 屬性已被 Description 物件取代,其中 description 屬性字串設為下列物件之 Description 物件中的 value 元素:
    • SecurityPermission
    • AuthenticationMechanism
    • ConfigurationProperties
相關參考
Web 專案(Servlet 層次 2.3 至 Servlet 層次 2.4)
Web 服務(J2EE 1.3 至 J2EE 1.4)
J2EE 1.3 至 1.4 規格層次移轉
意見
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.