Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/META-INF
In directory 
james.mmbase.org:/tmp/cvs-serv16156/demo.cmscontainer.org/war-community/src/webapp/META-INF

Modified Files:
        context.xml 
Log Message:
CMSC-211 Added generic Hibernate function for extra modules


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/META-INF
See also: http://www.mmbase.org/jira/browse/CMSC-211


Index: context.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/META-INF/context.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- context.xml 16 Jan 2008 12:16:33 -0000      1.4
+++ context.xml 16 Jan 2008 12:18:18 -0000      1.5
@@ -29,8 +29,8 @@
                maxActive="10"
                maxIdle="1" 
                maxWait="10000" 
-               username="root" 
-               password=""
+               username="cmsc" 
+               password="cmsc"
                driverClassName="com.mysql.jdbc.Driver" 
                
url="jdbc:mysql://localhost:3306/cmsc?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useServerPrepStmts=false"
 />
 
@@ -41,8 +41,8 @@
                maxActive="10"
                maxIdle="1" 
                maxWait="10000" 
-               username="root" 
-               password=""
+               username="cmsc" 
+               password="cmsc"
                driverClassName="com.mysql.jdbc.Driver" 
                
url="jdbc:mysql://localhost:3306/jaasdb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useServerPrepStmts=false"
 />
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to