[Seasar-user:11103] Re: transaction can't correctly rollbackunderwebsphere

Yasuo Higa [E-MAIL ADDRESS DELETED]
2007年 10月 18日 (木) 15:18:22 JST


Hi, guys.
> 
> What's more, i can't find jta.dicon in my project.Where does it placed?
> or i can place the code below anywhere?(for example , j2ee.dicon)
> 
If you can find "TransactionManager" definition in j2ee.dicon,
you should replace the definition as follows:

<component name="TransactionManager"
  class="javax.transaction.TransactionManager">
  @com.ibm.ws.Transction.TransactionManagerFactory@
getTransactionManager()
</component>
    
<component name="UserTransaction"
  class="javax.transaction.UserTransaction">
    @[E-MAIL ADDRESS DELETED]("java:
comp/UserTransaction")
</component>

--
Yasuo Higa
[E-MAIL ADDRESS DELETED]



Seasar-user メーリングリストの案内