Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/META-INF
In directory 
james.mmbase.org:/tmp/cvs-serv16058/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.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- context.xml 24 Dec 2007 10:07:11 -0000      1.3
+++ context.xml 16 Jan 2008 12:16:33 -0000      1.4
@@ -29,8 +29,8 @@
                maxActive="10"
                maxIdle="1" 
                maxWait="10000" 
-               username="cmsc" 
-               password="cmsc"
+               username="root" 
+               password=""
                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="cmsc" 
-               password="cmsc"
+               username="root" 
+               password=""
                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