User: vharcq  
  Date: 01/07/08 02:54:25

  Modified:    src/docs jdbc-database.xml
  Log:
  Essai to kill the recurent question on connection pools accessible by standalone 
client.
  
  Revision  Changes    Path
  1.9       +4 -0      manual/src/docs/jdbc-database.xml
  
  Index: jdbc-database.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/jdbc-database.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jdbc-database.xml 2001/07/07 21:56:57     1.8
  +++ jdbc-database.xml 2001/07/08 09:54:25     1.9
  @@ -98,6 +98,10 @@
                
                <para>To add a pool, you need to add sections to <link 
linkend="jboss.conf-file">jboss.conf</link> and <link 
linkend="jboss.jcml-file">jboss.jcml</link>, both of which can be 
                found in the conf directory.</para>
  +             
  +             <para>Warning : These connection pools are only accessible from within 
EJBs or Web applications running inside JBoss, 
  +             not from standalone client applications.</para>
  +             
                <section>
                        <title>The JDBC 2.0 Optional Package</title>
                        <para>Before we configure the pool, we need to take a brief 
detour into specifications. 
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to