Update of /var/cvs/config/modules
In directory james.mmbase.org:/tmp/cvs-serv2091

Modified Files:
        jdbc.xml 
Log Message:
remvoed some obsolute comments


See also: http://cvs.mmbase.org/viewcvs/config/modules


Index: jdbc.xml
===================================================================
RCS file: /var/cvs/config/modules/jdbc.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- jdbc.xml    4 Oct 2006 12:43:20 -0000       1.21
+++ jdbc.xml    28 Jul 2008 09:22:05 -0000      1.22
@@ -5,48 +5,12 @@
 -->
 <module maintainer="mmbase.org" version="0">
 
-  <!-- <class>
-  Class used for initalization of this module
-
-  Options:
-  - When org.mmbase.module.database.Naming is used, the Connections will be 
retrieved from the application
-  server, so the application-server should define a resource for this, in most 
cases called 'jdbc/MMbase'.
-    required properties for this class are:
-    - context
-    - datasources
-
-    (sample below)
-    <?xml version="1.0" encoding="UTF-8"?>
-    <!DOCTYPE module PUBLIC "-//MMBase/ DTD module config 1.0//EN" 
"http://www.mmbase.org/dtd/module_1_0.dtd";>
-    <module maintainer="mmbase.org" version="0">
-    <status>active</status>
-    <class>org.mmbase.module.database.Naming</class>
-    <properties>
-    <property name="context">java:comp/env</property>
-    <property name="datasource">jdbc/MMBase</property>
-    </properties>
-    </module>
+  <!--
+      This module  sets up mmbase jdbc connection pooling.
+      It remains unused if you set up a datasource in mmbaseroot.xml
 
-  - When org.mmbase.module.database.JDBC is used, the MMBase Connection 
pooling is used.
-    required properties for this class are:
-    - url
-    - user
-    - password
-    - supportclass
-    - database
-    - connections
-    - probetime
-    - host
-    - driver
-    - port
-    - host
   -->
   <class>org.mmbase.module.database.JDBC</class>
-
-  <!-- <properties>
-  You can define properties to be used by the classfile.
-  The properties described here are mandatory.
-  -->
   <properties>
 
     <!-- <properties>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to