Index: lams_common/web/WEB-INF/applicationContext.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/web/WEB-INF/Attic/applicationContext.xml,v diff -u -r1.9 -r1.10 --- lams_common/web/WEB-INF/applicationContext.xml 16 Dec 2004 09:39:30 -0000 1.9 +++ lams_common/web/WEB-INF/applicationContext.xml 20 Dec 2004 03:26:14 -0000 1.10 @@ -10,11 +10,11 @@ - + messages @@ -25,16 +25,16 @@ - ${jdbc.driverClassName} - ${jdbc.url} - ${jdbc.username} - ${jdbc.password} + com.mysql.jdbc.Driver + jdbc:mysql://localhost/lams + lams + lamsdemo - + @@ -81,19 +81,21 @@ - ${hibernate.dialect} - ${hibernate.show_sql} - ${hibernate.c3p0.minPoolSize} - ${hibernate.c3p0.maxPoolSize} - ${hibernate.c3p0.timeout} - ${hibernate.c3p0.max_statement} + net.sf.hibernate.dialect.MySQLDialect + false + 5 + 20 + 1800 + 50 + + - + @@ -123,27 +125,27 @@ - + - + - + - + - + - +