Explorar o código

fix #559 : add BehaviorCommandInvoker

Shinsuke Sugaya %!s(int64=9) %!d(string=hai) anos
pai
achega
c375bad4e6

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

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

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

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

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

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