浏览代码

fix #559 : add BehaviorCommandInvoker

Shinsuke Sugaya 9 年之前
父节点
当前提交
c375bad4e6
共有 3 个文件被更改,包括 9 次插入0 次删除
  1. 3 0
      src/main/resources/esflute_config.xml
  2. 3 0
      src/main/resources/esflute_log.xml
  3. 3 0
      src/main/resources/esflute_user.xml

+ 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"/>