From teiid-commits at lists.jboss.org Mon Feb 28 10:56:45 2011 Content-Type: multipart/mixed; boundary="===============5500021300094113474==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r2950 - trunk/documentation/client-developers-guide/src/main/docbook/en-US/content. Date: Mon, 28 Feb 2011 10:56:45 -0500 Message-ID: <201102281556.p1SFujUF010116@svn01.web.mwc.hst.phx2.redhat.com> --===============5500021300094113474== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: rareddy Date: 2011-02-28 10:56:45 -0500 (Mon, 28 Feb 2011) New Revision: 2950 Modified: trunk/documentation/client-developers-guide/src/main/docbook/en-US/conte= nt/jdbc-connection.xml Log: fixing a typo. Modified: trunk/documentation/client-developers-guide/src/main/docbook/en-U= S/content/jdbc-connection.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/client-developers-guide/src/main/docbook/en-US/cont= ent/jdbc-connection.xml 2011-02-28 04:10:39 UTC (rev 2949) +++ trunk/documentation/client-developers-guide/src/main/docbook/en-US/cont= ent/jdbc-connection.xml 2011-02-28 15:56:45 UTC (rev 2950) @@ -489,7 +489,7 @@
Fail Over - Post connection fail over will be sued if you're using an a= dmin connection (such as what is used by AdminShell) or if the autoFailover= connection property is set to true. = + Post connection fail over will be used, if you're using an = admin connection (such as what is used by AdminShell) or if the a= utoFailover connection property on JDBC URL is set to true. = Post connection failover works by sending a ping, at most every s= econd, to test the connection prior to use. If the ping fails, a new insta= nce will be selected prior to the operation being attempted. = This is not true "transparent application failover" as the client= will not restart the transaction/query/recreate session scoped temp tables= , etc. So this feature should be used with caution by non-admin connection= s.
--===============5500021300094113474==--