User: mulder
Date: 00/10/18 14:22:40
Modified: manual adv_config.html index.html
Log:
Added some more comments about the Sybase driver.
Revision Changes Path
1.14 +20 -7 jbossweb/manual/adv_config.html
Index: adv_config.html
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/manual/adv_config.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- adv_config.html 2000/10/18 20:50:33 1.13
+++ adv_config.html 2000/10/18 21:22:39 1.14
@@ -312,7 +312,8 @@
</tr>
</table>
- <h3><a NAME="poolex">Connection Pool Configuration Examples</a></h3>
+ <h3><a NAME="poolex">Connection Pool Configuration Examples
+ & Driver Notes</a></h3>
<p>Here are some sample database pool configuration file exerpts
for a variety of database products. Note that your
configuration may differ slightly if you're using a different
@@ -422,12 +423,24 @@
<li>Sybase Adaptive Server Anywhere 6.x, Adaptive Server Enterprise 11.9.x,
12.x
<ul>
- <li>You must install jConnect 5.2, including the stored procedures
- which are distributed with the jConnect package. There are
- directions for this in the Installation Instructions chapter
- of the
- <a
HREF="http://manuals.sybase.com/onlinebooks/group-jc/jcg0520e/jconnig/@Generic__BookView;cs=default;ts=default">jConnect
- for JDBC Installation Guide</a>.</li>
+ <li>Driver Notes
+ <ul>
+ <li>You must install jConnect 5.2, including the stored
+ procedures which are distributed with the jConnect
+ package. There are directions for this in the
+ Installation Instructions chapter of the
+ <a
HREF="http://manuals.sybase.com/onlinebooks/group-jc/jcg0520e/jconnig/@Generic__BookView;cs=default;ts=default">jConnect
+ for JDBC Installation Guide</a>.</li>
+ <li>JAWS cannot create a table automatically for CMP
+ Entity beans (the server rejects DDL within a
+ transaction)</li>
+ <li>The jConnect 5.2 JDBC driver does not support
+ variables of type <code>byte</code> or
+ <code>short</code>, so they will be serialized (column
+ type must be <code>varbinary</code> or
+ <code>image</code>).</li>
+ </ul>
+ </li>
<li>lib/ext: <a
HREF="http://www.sybase.com/detail/1,3693,1009796,00.html">jconn2.jar</a></li>
<li>jboss.properties
<pre>
1.13 +1 -1 jbossweb/manual/index.html
Index: index.html
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/manual/index.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index.html 2000/10/18 18:07:43 1.12
+++ index.html 2000/10/18 21:22:39 1.13
@@ -44,7 +44,7 @@
<p CLASS="tc4"><a CLASS="plain" HREF="adv_config.html#jdbc2">The JDBC
2.0 Optional Package</a></p>
<p CLASS="tc4"><a CLASS="plain"
HREF="adv_config.html#changes">Configuration File Changes</a></p>
<p CLASS="tc4"><a CLASS="plain"
HREF="adv_config.html#params">Connection Pool Parameters</a></p>
- <p CLASS="tc3"><a CLASS="plain" HREF="adv_config.html#poolex">Connection
Pool Configuration Examples</a></p>
+ <p CLASS="tc3"><a CLASS="plain" HREF="adv_config.html#poolex">Connection
Pool Configuration Examples & Driver Notes</a></p>
<p CLASS="tc2"><a CLASS="plain"
HREF="adv_config.html#security">Security</a></p>
<p CLASS="tc3"><a CLASS="plain"
HREF="adv_config.html#db-security">Configuring a Security Database</a></p>
<p CLASS="tc2"><a CLASS="plain"
HREF="adv_config.html#logging">Logging</a></p>