Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-5u20'
Browse files Browse the repository at this point in the history
  • Loading branch information
fyamvbf committed Oct 26, 2021
2 parents 7184243 + 4dcb9d5 commit 8945246
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ MOM同期応答メッセージングの送信側を起動すると、MOM同期

### 5. DBの確認方法

1. http://www.h2database.com/html/cheatSheet.html からH2をインストールしてください。
1. https://www.h2database.com/html/download.html からH2をインストールしてください。
※2021年4月時点の最新版Version1.4.200には[既知の問題](https://github.com/h2database/h2database/issues/2078)があり、このリポジトリに含まれるDBにアクセスできないため、Last Stable版であるVersion1.4.199をご利用ください。

2. {インストールフォルダ}/bin/h2.bat を実行してください(コマンドプロンプトが開く)。
※h2.bat実行中はExampleアプリケーションからDBへアクセスすることができないため、Exampleアプリケーションを停止しておいてください。
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.nablarch.example</groupId>
<artifactId>nablarch-example-mom-sync-receive</artifactId>
<version>5u19</version>
<version>5u20</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>5u19</version>
<version>5u20</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>com.nablarch.example</groupId>
<artifactId>nablarch-example-mom-testing-common</artifactId>
<version>5u19</version>
<version>5u20</version>
<scope>runtime</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
<!-- ステータスコードを終了コードに変換するハンドラ -->
<component class="nablarch.fw.handler.StatusCodeConvertHandler" />

<!-- グローバルエラーハンドラ -->
<component class="nablarch.fw.handler.GlobalErrorHandler" />

<!-- スレッドコンテキスト変数削除ハンドラ -->
<component class="nablarch.common.handler.threadcontext.ThreadContextClearHandler" />

<!-- グローバルエラーハンドラ -->
<component class="nablarch.fw.handler.GlobalErrorHandler" />

<!-- スレッドコンテキスト設定ハンドラ -->
<component-ref name="threadContextHandler" />

Expand Down

0 comments on commit 8945246

Please sign in to comment.