From 2d3a003a168c1c15e66964ec12d9dbb989f4ed25 Mon Sep 17 00:00:00 2001 From: Jen Malloy Date: Mon, 27 Mar 2017 13:13:11 -0400 Subject: [PATCH] fixed RHSSO-903 --- .../topics/database/hibernate.adoc | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/server_installation/topics/database/hibernate.adoc b/server_installation/topics/database/hibernate.adoc index ef23845f93..12dcc165e0 100644 --- a/server_installation/topics/database/hibernate.adoc +++ b/server_installation/topics/database/hibernate.adoc @@ -1,23 +1,25 @@ === Database Configuration -The configuration for this component lies in the `standalone.xml`, `standalone-ha.xml`, or `domain.xml` file -in your distribution. The location of this file -depends on your <>. +The configuration for this component is found in the `standalone.xml`, `standalone-ha.xml`, or `domain.xml` file in your distribution. The location of this file depends on your <>. .Database Config [source,xml] ---- - - - - - - - - - - + + ... + + + + + + + + + + + ... + ---- Possible configuration options are: @@ -55,3 +57,4 @@ schema:: Specify the database schema to use NOTE: These configuration switches and more are described in the link:{{book.appserver.jpa.link}}[_{{book.appserver.jpa.name}}_]. +