[Seasar-user:11108] Re: transaction can't correctlyrollbackunderwebsphere
Yasuo Higa
[E-MAIL ADDRESS DELETED]
2007年 10月 18日 (木) 16:22:47 JST
Hi, guys.
>
> Can't view the page published under webshpere.
>
> Is there anything wrong?
>
Sorry, I was wrong.
You had better forget my previous advice,
and recover your j2ee.dicon.
You should create new jta.dicon as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//SEASAR//DTD S2Container 2.4//EN"
"http://www.seasar.org/dtd/components24.dtd">
<components>
<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>
</components>
and put the jta.dicon into classpath dir such as
src/main/resources.
--
Yasuo Higa
[E-MAIL ADDRESS DELETED]
Seasar-user メーリングリストの案内