All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nablarch.common.exclusive-control_test.xml Maven / Gradle / Ivy

There is a newer version: 6u3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
排他制御のテスト用設定

排他制御のテストは取引単体で実施する。
リクエスト単体時には、リクエストパラメータに排他制御情報を記載しないようにするため、
排他制御テーブルへの排他制御情報追加/削除以外は空実装となっているモック実装に差し替える。
-->
<component-configuration
        xmlns="http://tis.co.jp/nablarch/component-configuration"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://tis.co.jp/nablarch/component-configuration https://nablarch.github.io/schema/component-configuration.xsd">

  <component name="exclusiveControlManager"
             class="please.change.me.common.exclusivecontrol.MockExclusiveControlManager">
    <property name="delegate">
      <component class="nablarch.common.exclusivecontrol.BasicExclusiveControlManager">
        <property name="optimisticLockErrorMessageId"
                  value="${nablarch.exclusiveControlManager.optimisticLockErrorMessageId}"/>
      </component>
    </property>
  </component>

</component-configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy