이 콘텐츠는 선택한 언어로 제공되지 않습니다.
11.7. Database
The installer sets up the datasources for Runtime Governance, jBPM, SRAMP, and BPEL (Riftsaw). The datasources can be configured in
$JBOSS_HOME/standalone/configuration/standalone.xml.
Note
By default, the datasource validation function is disabled. To enable this function, add the validate-on-match property as follows:
<validation>
<validate-on-match>true</validate-on-match>
<valid-connection-checker class-name="org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLValidConnectionChecker"/>
<exception-sorter class-name="org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter"/>
</validation>