Sealyu

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

            BlogJava :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            618 隨筆 :: 87 文章 :: 225 評(píng)論 :: 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) 評(píng)論(0)  編輯  收藏 所屬分類: Seam
          主站蜘蛛池模板: 英超| 咸宁市| 龙口市| 弥渡县| 潮安县| 新乐市| 昌乐县| 东辽县| 小金县| 明星| 宝应县| 虎林市| 甘洛县| 周至县| 财经| 敖汉旗| 五大连池市| 麻城市| 治县。| 敦化市| 保德县| 会宁县| 环江| 华蓥市| 富阳市| 皮山县| 怀宁县| 洛川县| 苍南县| 丹棱县| 正蓝旗| 湖南省| 卓尼县| 固镇县| 宝兴县| 锦屏县| 兰坪| 满城县| 农安县| 南汇区| 讷河市|