地理データ等を集約するXMLデータベースシステム
* supported client timeout setting (standalone version only).
If client doesn't send message in a fixed time, DaRuMa will close the
client's connection.
You can specify timeout setting in daruma.properties as follows.
daruma.net.timeout_msec = 300000
The value is milliseconds. If you specify it to 0, DaRuMa will not close
connection by time.
This settiong works only with standalone DaRuMa. If you use DaRuMa on
servlet container, you should change servlet container's timeout settiongs.
* added some error message concern with automatic test.
Now, automatic test runner reports that darumaClient or xmllint is not
found to standard error instead of error files. The automatic test
runner also checks connection to MISP server before checking test cases.
* disabled some test cases.
○ スタンドアローン版で、クライアントから応答が無かった場合のタイムアウト
処理を行なうようにした。
クライアントからの入力が一定時間以上なかった場合には自動切断を行う。
タイムアウト時間は、daruma.properties ファイル中の以下を書き換えることで
指定できる。値はミリ秒で指定し、タイムアウト時間に 0 が指定された場合は
タイムアウトを行わない。
daruma.net.timeout_msec = 300000
なお、この設定はスタンドアローン版でのみ有効である。
HTTP 版の場合は、この設定ではなくサーブレットコンテナ側の設定にて
タイムアウトの指定を行う必要がある。
○ 自動テスト時に xmllint, darumaClient が無い場合のエラーをファイルではなく
標準エラー出力に出すようにし、終了するようにした。
また、MISP サーバに接続できない場合にもその旨を表示し、終了するようにした。
○ いくつかのテストを無効化した。