Sealyu

          --- 博客已遷移至: http://www.sealyu.com/blog

            BlogJava :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            618 隨筆 :: 87 文章 :: 225 評論 :: 0 Trackbacks
          原帖地址:http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp04_fp01/html/Seam_Reference_Guide/ch10s02s02.html

          Configuring a Seam transaction manager

          Seam provides a transaction management abstraction for beginning, committing, rolling back, and synchronizing with a transaction. By default Seam uses a JTA transaction component that integrates with Container Managed and programmatic EJB transactions. If you are working in a Java EE 5 environment, you should install the EJB synchronization component in components.xml:
          <transaction:ejb-transaction />
          However, if you are working in a non EE 5 container, Seam will try auto detect the transaction synchronization mechanism to use. However, if Seam is unable to detect the correct transaction synchronization to use, you may find you need configure one of the following:
          • JPA RESOURCE_LOCAL transactions with the javax.persistence.EntityTransaction interface. EntityTransaction begins the transaction at the beginning of the apply request values phase.
          • Hibernate managed transactions with the org.hibernate.Transaction interface. HibernateTransaction begins the transaction at the beginning of the apply request values phase.
          • Spring managed transactions with the org.springframework.transaction.PlatformTransactionManager interface. The Spring PlatformTransactionManagement manager may begin the transaction at the beginning of the apply request values phase if the userConversationContext attribute is set.
          • Explicitly disable Seam managed transactions
          Configure JPA RESOURCE_LOCAL transaction management by adding the following to your components.xml where #{em} is the name of the persistence:managed-persistence-context component. If your managed persistence context is named entityManager, you can opt to leave out the entity-manager attribute. (see Section 10.3, “Seam-managed persistence contexts”Seam-managed persistence contexts)
          <transaction:entity-transaction entity-manager="#{em}"/>
          To configure Hibernate managed transactions declare the following in your components.xml where #{hibernateSession} is the name of the project's persistence:managed-hibernate-session component. If your managed hibernate session is named session, you can opt to leave out the session attribute. (see Section 10.3, “Seam-managed persistence contexts”Seam-managed persistence contexts)
          <transaction:hibernate-transaction session="#{hibernateSession}"/>
          To explicitly disable Seam managed transactions declare the following in your components.xml:
          <transaction:no-transaction />
          For configuring Spring managed transactions see Section 24.5, “Using Spring PlatformTransactionManagement”using Spring PlatformTransactionManagement. .

          posted on 2009-04-20 20:10 seal 閱讀(828) 評論(0)  編輯  收藏 所屬分類: Seam
          主站蜘蛛池模板: 湖南省| 麻江县| 天全县| 桑植县| 瑞昌市| 沧州市| 临澧县| 陕西省| 东光县| 石景山区| 永福县| 曲松县| 子洲县| 疏附县| 祁门县| 华池县| 鸡西市| 南汇区| 扬中市| 白山市| 西藏| 晋城| 通江县| 新郑市| 会昌县| 南平市| 康保县| 呈贡县| 延津县| 长阳| 武夷山市| 阿坝| 永康市| 桓仁| 龙泉市| 遂平县| 揭西县| 喀喇沁旗| 武鸣县| 彭州市| 育儿|