電子フォームワークフローセット システム構築ガイド
Portal Frameworkのリポジトリファイルに次の内容を追加してください。
表F-1 Portal Frameworkのリポジトリファイルへの追加項目
| 項目 | 属性 | 設定値 | ||
|---|---|---|---|---|
| connection-info | name | BLC | ||
| dbms |
|
|||
| type | DB | |||
| ┣ | jndi | java:comp/env/BLC | ||
| ┗ | waittime | 0 | ||
| resource | name | PORTAL_USER | ||
| type | DB | |||
| ┣ | connection | BLC | ||
| ┗ | table | name | BLC_USER_INFO_T | |
| key | CDUSER | |||
| resource | name | BLC_USER | ||
| type | DB | |||
| ┣ | connection | BLC | ||
| ┗ | table | name | BLC_USER_INFO_T | |
| key | CDUSER | |||
| portal-mapping | ||||
| ┗ | portalUser | |||
| ┣ | Mapping | cosmi | ||
| ┃ | dest | LOGIN_NAME | ||
| ┃ | src | CDUSER | ||
| ┣ | Mapping | PORTAL_USER | ||
| ┃ | options | multivalue=zip | ||
| ┃ | dest | PersonalizeKey | ||
| ┃ | type | string | ||
| ┃ | src | BNPERSONALIZEINFO | ||
| ┣ | Mapping | BLC_USER | ||
| ┃ | dest | BLC_USERLASTNAME | ||
| ┃ | type | string | ||
| ┃ | src | NMLASTNAMEJ | ||
| ┗ | Mapping | BLC_USER | ||
| dest | BLC_USERFIRSTNAME | |||
| type | string | |||
| src | NMFIRSTNAMEJ | |||
データベースにHiRDBを利用した場合のリポジトリファイルの例を示します。
<?xml version="1.0" encoding="Windows-31J"?>
<!--All Rights Reserved. Copyright (C) 2008, Hitachi, Ltd.-->
<!--This file is for the easy setup tool of Hitachi Business Logic - Container 2.-->
<repository version="0200" xmlns="http://portal.soft.hitachi.co.jp/portal/Repository2">
<connection-info name="BLC" dbms="HiRDB" type="DB">
<jndi>java:comp/env/BLC</jndi>
<waittime>0</waittime>
</connection-info>
<resource name="cosmi" type="cosminexus"/>
<resource name="PORTAL_USER" type="DB">
<connection>BLC</connection>
<table name="BLC_PORTAL_INFO_T" key="CDUSER"/>
</resource>
<resource name="BLC_USER" type="DB">
<connection>BLC</connection>
<table name="BLC_USER_INFO_T" key="CDUSER"/>
</resource>
<portal-mapping>
<portalUser>
<Mapping dest="LOGIN_NAME" src="CDUSER">cosmi</Mapping>
<Mapping options="multivalue=zip" dest="PersonalizeKey" type="string" src="BNPERSONALIZEINFO">PORTAL_USER</Mapping>
<Mapping dest="BLC_USERLASTNAME" type="string" src="NMLASTNAMEJ">BLC_USER</Mapping>
<Mapping dest="BLC_USERFIRSTNAME" type="string" src="NMFIRSTNAMEJ">BLC_USER</Mapping>
</portalUser>
</portal-mapping>
</repository>
|
All Rights Reserved. Copyright (C) 2007, 2010, Hitachi, Ltd.