Index: lams_common/conf/spring/applicationContext.xml =================================================================== diff -u --- lams_common/conf/spring/applicationContext.xml (revision 0) +++ lams_common/conf/spring/applicationContext.xml (revision 973345232eba3d5a7ad51d731e0af3835b246620) @@ -0,0 +1,115 @@ + + + + + + + + + + + + + dbConnection.properties + + + + + messages + + + + + + + + ${jdbc.driverClassName} + ${jdbc.url} + ${jdbc.username} + ${jdbc.password} + + + + + + + + + + hibernate/mappings/usermanagement/AuthenticationMethod.hbm.xml + hibernate/mappings/usermanagement/AuthenticationMethodParameter.hbm.xml + hibernate/mappings/usermanagement/AuthenticationMethodType.hbm.xml + hibernate/mappings/usermanagement/Organisation.hbm.xml + hibernate/mappings/usermanagement/OrganisationType.hbm.xml + hibernate/mappings/usermanagement/Role.hbm.xml + hibernate/mappings/usermanagement/User.hbm.xml + hibernate/mappings/usermanagement/UserOrganisation.hbm.xml + hibernate/mappings/usermanagement/UserOrganisationRole.hbm.xml + hibernate/mappings/usermanagement/Workspace.hbm.xml + hibernate/mappings/usermanagement/WorkspaceFolder.hbm.xml + + + + + ${hibernate.dialect} + ${hibernate.show_sql} + ${hibernate.c3p0.minPoolSize} + ${hibernate.c3p0.maxPoolSize} + ${hibernate.c3p0.timeout} + ${hibernate.c3p0.max_statement} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_common/conf/spring/dbConnection.properties =================================================================== diff -u --- lams_common/conf/spring/dbConnection.properties (revision 0) +++ lams_common/conf/spring/dbConnection.properties (revision 973345232eba3d5a7ad51d731e0af3835b246620) @@ -0,0 +1,19 @@ +# Properties file with JDBC-related settings. +# Applied by PropertyPlaceholderConfigurer from "applicationContext.xml". +# Targetted at system administrators, to avoid touching the context XML files. + +#jdbc configuration +jdbc.driverClassName=com.mysql.jdbc.Driver +jdbc.url=jdbc:mysql://localhost/lams1 +jdbc.username=root +jdbc.password= + +#Hibernate configuration +hibernate.show_sql=false +hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect + +#Connection Pooling configuration +hibernate.c3p0.minPoolSize=5 +hibernate.c3p0.maxPoolSize=20 +hibernate.c3p0.timeout=1800 +hibernate.c3p0.max_statement=50 \ No newline at end of file Index: lams_common/lib/middlegen/velocity-1.4-dev.jar =================================================================== diff -u -r13fa0140fa606fed27053296cddb39c4df30676b -r973345232eba3d5a7ad51d731e0af3835b246620 Binary files differ Fisheye: Tag 973345232eba3d5a7ad51d731e0af3835b246620 refers to a dead (removed) revision in file `lams_common/web/WEB-INF/applicationContext.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 973345232eba3d5a7ad51d731e0af3835b246620 refers to a dead (removed) revision in file `lams_common/web/WEB-INF/dbConnection.properties'. Fisheye: No comparison available. Pass `N' to diff?