User: kunle
Date: 01/03/28 17:01:08
Modified: src/docs howtomssql.xml
Log:
updated to be in line with new new guideleines
Revision Changes Path
1.3 +24 -26 manual/src/docs/howtomssql.xml
Index: howtomssql.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/howtomssql.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- howtomssql.xml 2001/03/28 10:32:48 1.2
+++ howtomssql.xml 2001/03/29 01:01:08 1.3
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v3.0 NT (http://www.xmlspy.com) by XML Spy (XML Spy) -->
<!-- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"docbookx/docbookx.dtd"> -->
-<section>
+<section id="howto-mssql">
<title>HOWTO: Using MS SQL Server with JBoss</title>
<para>
<author>
@@ -16,7 +16,7 @@
<surname>Oguntimehin</surname>
</author>
</para>
- <section>
+ <section id="howto-mssql-intro">
<title>Introduction</title>
<para>
This document provides a concise and easy-to-read set of
instructions that
@@ -53,7 +53,7 @@
(ROI) and substantially reduced time to market (TTM) compared to
other J2EE
application suites and RDBMS solutions on the Windows platform.
</para>
- <section id="INSTALL-MENU">
+ <section id="howto-mssql-intro-menu">
<title>C'mon, show me already</title>
<para>
Not so fast amigos. You need to obtain a copy of the
JBoss distribution
@@ -66,22 +66,22 @@
<orderedlist>
<listitem>
<para>
- <link linkend="INSTALL-DRIVER">Install
a JDBC Driver for MS SQL Server</link>
+ <link
linkend="howto-mssql-install">Install a JDBC Driver for MS SQL Server</link>
</para>
</listitem>
<listitem>
<para>
- <link
linkend="CONFIGURE-JBOSS">Configure JBoss to use the JDBC driver</link>
+ <link
linkend="howto-mssql-config">Configure JBoss to use the JDBC driver</link>
</para>
</listitem>
<listitem>
<para>
- <link linkend="CONFIGURE-CMP">Specify
appropriate MS SQL Server datatypes for CMP</link>
+ <link
linkend="howto-mssql-cmp">Specify appropriate MS SQL Server datatypes for CMP</link>
</para>
</listitem>
<listitem>
<para>
- <link
linkend="TROUBLE-SHOOTING">Troubleshoot any problems</link>
+ <link
linkend="howto-mssql-trouble">Troubleshoot any problems</link>
</para>
</listitem>
</orderedlist>
@@ -100,7 +100,7 @@
</para>
</section>
</section>
- <section id="INSTALL-DRIVER">
+ <section id="howto-mssql-install">
<title>Install a JDBC driver</title>
<para>
Before you can use Microsoft SQL Server with JBoss (or indeed
any other Java application) you must obtain and install
@@ -248,11 +248,11 @@
</listitem>
</orderedlist>
<para>
- Back to <link linkend="INSTALL-MENU">install
menu</link>
+ Back to <link linkend="howto-mssql-intro-menu">install
menu</link>
</para>
</section>
</section>
- <section id="CONFIGURE-JBOSS">
+ <section id="howto-mssql-config">
<title>Configure JBoss to use the JDBC driver</title>
<para>
The instructions for configuring JBoss to use your
JDBC driver is different depending on the
@@ -261,20 +261,20 @@
<itemizedlist>
<listitem>
<para>
- <link linkend="CONFIGURE-JBOSS2">Configure
JBoss 2.0 FINAL</link>
+ <link linkend="howto-mssql-jboss2">Configure
JBoss 2.0 FINAL</link>
</para>
</listitem>
<listitem>
<para>
- <link linkend="CONFIGURE-JBOSS2">Configure
JBoss 2.1 and later</link>
+ <link linkend="howto-mssql-jboss2x">Configure
JBoss 2.1 and later</link>
</para>
</listitem>
</itemizedlist>
<para>
- Back to <link linkend="INSTALL-MENU">install menu</link>
+ Back to <link linkend="howto-mssql-intro-menu">install
menu</link>
</para>
</section>
- <section id="CONFIGURE-JBOSS2">
+ <section id="howto-mssql-jboss2">
<title>Configure JBoss 2.0 FINAL</title>
<section>
<title>Tell JBoss about the new JDBC driver</title>
@@ -463,11 +463,11 @@
</programlisting>
</informalexample>
<para>
- Back to <link linkend="INSTALL-MENU">install menu</link>
+ Back to <link linkend="howto-mssql-intro-menu">install
menu</link>
</para>
</section>
</section>
- <section id="CONFIGURE-JBOSS2X">
+ <section id="howto-mssql-jboss2x">
<title>Configure JBoss 2.1 and later</title>
<section>
<title>Tell JBoss about the new JBDC driver</title>
@@ -630,11 +630,11 @@
</programlisting>
</informalexample>
<para>
- Back to <link linkend="INSTALL-MENU">install menu</link>
+ Back to <link linkend="howto-mssql-intro-menu">install
menu</link>
</para>
</section>
</section>
- <section id="CONFIGURE-CMP">
+ <section id="howto-mssql-cmp">
<title>Configure DataType Mappings for CMP</title>
<para>
To configure JBoss so that it uses your MS SQL Server
connection pool as the default data source for
@@ -642,8 +642,7 @@
</para>
<example>
<title>jaws.xml - CMP datatype mappings for MS SQL
Server</title>
- <programlisting>
- <![CDATA[
+ <programlisting><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<jaws>
<datasource>java:/SQLServerPool</datasource>
@@ -660,13 +659,12 @@
</type-mapping>
</type-mappings>
</jaws>
- ]]>
- </programlisting>
+ ]]></programlisting>
</example>
</section>
- <section id="TROUBLE-SHOOTING">
+ <section id="howto-mssql-trouble">
<title>Troubleshooting</title>
- <section id="TROUBLE-DRIVER-LOAD">
+ <section id="howto-mssql-trouble-driverload">
<title>JDBC driver not loaded error</title>
<para>
Error message shown on start-up:
@@ -712,7 +710,7 @@
</programlisting>
</informalexample>
<para>
- Check that your JDBC driver is loaded correctly. If
not then see <xref linkend="TROUBLE-DRIVER-LOAD"/>
+ Check that your JDBC driver is loaded correctly. If
not then see <xref linkend="howto-mssql-trouble-driverload"/>
for possible clues. If your JDBC driver is loading
correctly then this error indicates that JBoss is unable
to communicate with your database server.
</para>
@@ -729,7 +727,7 @@
</listitem>
</orderedlist>
<para>
- Back to <link linkend="INSTALL-MENU">install
menu</link>
+ Back to <link linkend="howto-mssql-intro-menu">install
menu</link>
</para>
</section>
</section>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development