[Seasar-user:12584] Re: Interceptorの設定について

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2008年 1月 21日 (月) 18:00:21 JST


小林 (koichik) です.

Date:    Mon, 21 Jan 2008 17:40:51 +0900
From:    <[E-MAIL ADDRESS DELETED]>
To:      <[E-MAIL ADDRESS DELETED]>
Subject: [Seasar-user:12583] Interceptorの設定について

> <component name="pageCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">
>     <initMethod name="addCustomizer">
>       <arg>traceCustomizer</arg>
>     </initMethod>
>     <initMethod name="addCustomizer">
>          <!-- 追加部分 -->    
>         <initMethod name="addCustomizer">

<initMethod> の中に <initMethod> を書くことは
できません.

<component name="pageCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">
    <initMethod name="addCustomizer">
      <arg>traceCustomizer</arg>
    </initMethod>
    <!-- 追加部分 -->    
    <initMethod name="addCustomizer">
      <arg>loginAuthCustomizer</arg>
    </initMethod>
    <!-- 追加部分 -->
    <initMethod name="addCustomizer">
      <arg>traceCustomizer</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 メーリングリストの案内