[Seasar-user:12525] [Teeda + S2dao]AspectCustomizerのaddInterceptorName記述方法につきまして
fukunishi
[E-MAIL ADDRESS DELETED]
2008年 1月 16日 (水) 13:42:40 JST
お世話になっております、fukunishiです。
Dolteng 0.25.0で「Super Agile(Teeda + S2dao)」のプロジェクトで
以前には動作していたInterceptorが動作しないという現象が起こっています。
(すいません以前のバージョンは覚えていません。)
下記方法で複数のInterceptorを設定すると現状は「ex2Interceptor」のみ動作しております。
個々に「addInterceptorName」で設定すれば正しく動作することは確認できました。
そこで質問です、1つの「addInterceptorName」で以下のように複数設定することは可能なのでしょうか。
以下はcustomizer.diconの抜粋です。
--------ここから--------------------------------------------------------------------------------------------------------------------------------------------------
<component name="pageCustomizer" class="
org.seasar.framework.container.customizer.CustomizerChain">
<initMethod name="addCustomizer">
<arg>traceCustomizer</arg>
</initMethod>
<initMethod name="addCustomizer">
<arg>
<component class="
org.seasar.framework.container.customizer.AspectCustomizer">
<initMethod name="addInterceptorName">
<arg>"app_aop.appFacesExceptionThrowsInterceptor","ex1Interceptor","ex2Interceptor"</arg>
</initMethod>
<property name="pointcut">"do.*, initialize, prerender"</property>
</component>
</arg>
</initMethod>
</component>
--------ここまで--------------------------------------------------------------------------------------------------------------------------------------------------
以上、よろしくお願い致します
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: http://ml.seasar.org/archives/seasar-user/attachments/20080116/d0f37b85/attachment-0001.html
Seasar-user メーリングリストの案内