Sealyu

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

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            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 閱讀(823) 評論(0)  編輯  收藏 所屬分類: Seam
          主站蜘蛛池模板: 合川市| 融水| 宣汉县| 文成县| 邯郸市| 五寨县| 平昌县| 嘉黎县| 松阳县| 文水县| 米林县| 盖州市| 樟树市| 陇南市| 卢湾区| 繁昌县| 土默特右旗| 九江县| 河北省| 怀柔区| 永年县| 大理市| 无极县| 巫溪县| 金溪县| 漳州市| 锡林郭勒盟| 巴塘县| 平塘县| 渑池县| 广元市| 牙克石市| 浦县| 高淳县| 苍溪县| 西和县| 甘南县| 上思县| 临沧市| 淳安县| 宁津县|