[jboss-user] [JBoss Seam] - Re: More configuration issues getting starged with seam...

thejavafreak do-not-reply at jboss.com
Wed Oct 31 01:58:05 EDT 2007


Why did you use two transaction here?


  | 
  | <?xml version="1.0" encoding="UTF-8"?>
  | <components xmlns="http://jboss.com/products/seam/components"
  |             xmlns:core="http://jboss.com/products/seam/core"
  |             xmlns:drools="http://jboss.com/products/seam/drools"
  |             xmlns:bpm="http://jboss.com/products/seam/bpm"
  |             xmlns:persistence="http://jboss.com/products/seam/persistence"
  |             xmlns:transaction="http://jboss.com/products/seam/transaction"
  |             xmlns:security="http://jboss.com/products/seam/security"
  |             xmlns:mail="http://jboss.com/products/seam/mail"
  |             xmlns:framework="http://jboss.com/products/seam/framework"
  |             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |             xsi:schemaLocation="
  |                  http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
  |                  http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd
  | 
  |                  http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.0.xsd
  |                  http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persisten
  | ce-2.0.xsd
  |                  http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transacti
  | on-2.0.xsd
  |                  http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0
  | .xsd
  |                  http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd
  |                  http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2
  | .0.xsd
  |                  http://jboss.com/products/seam/components http://jboss.com/products/seam/components
  | -2.0.xsd">
  | 
  | 
  |     <transaction:ejb-transaction/>
  | 
  |     <transaction:entity-transaction entity-manager="#{entityManager}"/>
  | 
  | 
  | 	

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100501#4100501

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100501



More information about the jboss-user mailing list