[Seasar-user:12125] Re: [Dolteng] トランザクションについて
Koichi Kobayashi
[E-MAIL ADDRESS DELETED]
2007年 12月 17日 (月) 16:00:30 JST
小林 (koichik) です.
Date: Mon, 17 Dec 2007 15:39:25 +0900
From: <[E-MAIL ADDRESS DELETED]>
To: <[E-MAIL ADDRESS DELETED]>
Subject: [Seasar-user:12123] Re: [Dolteng] トランザクションについて
> その作成したdiconファイルは、app.diconファイルにて読み込むように設定。
> で、そのdiconファイルですが、データベースのINSERT時にトランザクションを
> 利用したいのですがどのように記述したらいいのでしょうか?
> 適当な雛形はありませんか?
Dolteng で作成した Super Agile プロジェクトなら,
Page クラスの initialize(), prerender(), do〜()
メソッドにトランザクションが適用されます.
特に設定は不要です.
設定している箇所は customizer.dicon の
pageCustomizer の定義の中の
<initMethod name="addCustomizer">
<arg>
<component class="org.seasar.framework.container.customizer.AspectCustomizer">
<initMethod name="addInterceptorName">
<arg>"j2ee.requiredTx"</arg>
</initMethod>
<property name="pointcut">"do.*, initialize, prerender"</property>
</component>
</arg>
</initMethod>
</component>
という部分になります.
--
<component name="koichik">
<property name="fullName">"Koichi Kobayashi"</property>
<property name="email">"[E-MAIL ADDRESS DELETED]"</property>
<property name="blog">"http://d.hatena.ne.jp/koichik"</property>
</component>
Seasar-user メーリングリストの案内