Sfoglia il codice sorgente

fix #559 : add BehaviorCommandInvoker

Shinsuke Sugaya 9 anni fa
parent
commit
c375bad4e6

+ 3 - 0
src/main/resources/esflute_config.xml

@@ -4,6 +4,9 @@
 <components>
 <components>
 	<include path="esclient.xml"/>
 	<include path="esclient.xml"/>
 
 
+	<!-- The components of DBFlute Runtime. -->
+	<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
+
     <!-- The components of Behavior. -->
     <!-- The components of Behavior. -->
     <component name="boostDocumentRuleBhv" class="org.codelibs.fess.es.config.exbhv.BoostDocumentRuleBhv"/>
     <component name="boostDocumentRuleBhv" class="org.codelibs.fess.es.config.exbhv.BoostDocumentRuleBhv"/>
     <component name="crawlingInfoBhv" class="org.codelibs.fess.es.config.exbhv.CrawlingInfoBhv"/>
     <component name="crawlingInfoBhv" class="org.codelibs.fess.es.config.exbhv.CrawlingInfoBhv"/>

+ 3 - 0
src/main/resources/esflute_log.xml

@@ -4,6 +4,9 @@
 <components>
 <components>
 	<include path="esclient.xml"/>
 	<include path="esclient.xml"/>
 
 
+	<!-- The components of DBFlute Runtime. -->
+	<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
+
     <!-- The components of Behavior. -->
     <!-- The components of Behavior. -->
     <component name="clickLogBhv" class="org.codelibs.fess.es.log.exbhv.ClickLogBhv"/>
     <component name="clickLogBhv" class="org.codelibs.fess.es.log.exbhv.ClickLogBhv"/>
     <component name="favoriteLogBhv" class="org.codelibs.fess.es.log.exbhv.FavoriteLogBhv"/>
     <component name="favoriteLogBhv" class="org.codelibs.fess.es.log.exbhv.FavoriteLogBhv"/>

+ 3 - 0
src/main/resources/esflute_user.xml

@@ -4,6 +4,9 @@
 <components>
 <components>
 	<include path="esclient.xml"/>
 	<include path="esclient.xml"/>
 
 
+	<!-- The components of DBFlute Runtime. -->
+	<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
+
     <!-- The components of Behavior. -->
     <!-- The components of Behavior. -->
     <component name="userBhv" class="org.codelibs.fess.es.user.exbhv.UserBhv"/>
     <component name="userBhv" class="org.codelibs.fess.es.user.exbhv.UserBhv"/>
     <component name="roleBhv" class="org.codelibs.fess.es.user.exbhv.RoleBhv"/>
     <component name="roleBhv" class="org.codelibs.fess.es.user.exbhv.RoleBhv"/>