Skip to content

Commit fb3fae2

Browse files
committed
Some documentation for Connection Pooling in the SQL Module
1 parent 5c0b668 commit fb3fae2

File tree

3 files changed

+60
-349
lines changed

3 files changed

+60
-349
lines changed

src/main/xar-resources/data/configuration/configuration.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xlink="http://www.w3.org/1999/xlink">
66
<info>
77
<title>Application Server Configuration</title>
8-
<date>1Q20</date>
8+
<date>2Q21</date>
99
<keywordset>
1010
<keyword>operations</keyword>
1111
</keywordset>
@@ -59,7 +59,8 @@
5959
<para><tag>validation</tag>: Settings for XML validation.</para>
6060
</listitem>
6161
<listitem>
62-
<para><tag>xquery</tag>: Define (built-in) modules that contain xQuery functions.</para>
62+
<para><tag>xquery</tag>: Enable and configure extension modules that contain XQuery
63+
functions.</para>
6364
</listitem>
6465
<listitem>
6566
<para><tag>xupdate</tag>: Configuration options related to XUpdate processing.</para>
@@ -867,8 +868,8 @@
867868

868869
<programlisting language="xml" xlink:href="listings/listing-8.xml"/>
869870
<para>The <tag>xquery</tag> section is used to enable/disable certain core features of
870-
the XQuery engine. It also lists the XQuery modules that will be known to the query
871-
engine by default.</para>
871+
the XQuery engine. It also lists the XQuery extension modules that will be known to
872+
the query engine by default.</para>
872873

873874
<sect3 xml:id="xq-att">
874875
<title> <tag>xquery</tag> attributes</title>
@@ -975,9 +976,9 @@
975976
<sect3 xml:id="xq-builtin">
976977
<title> <tag>xquery</tag>/<tag>builtin-modules</tag> element </title>
977978

978-
<para>This section lists the XQuery modules which will be known to the query engine.
979-
The modules in this list can be imported into a query without specifying a
980-
location. For example:</para>
979+
<para>This section lists the XQuery extension modules which will be known to the
980+
query engine. The modules in this list can be imported into a query without
981+
specifying a location. For example:</para>
981982
<programlisting language="xml" xlink:href="listings/listing-9.xml"/>
982983
<para>This establishes a static mapping between the module URI for the file module
983984
and the Java class which implements it. When using that module, it is sufficient

0 commit comments

Comments
 (0)