Index: lams_build/build_base.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_build/build_base.xml,v
diff -u -r1.25.2.13 -r1.25.2.14
--- lams_build/build_base.xml 6 Aug 2014 14:45:06 -0000 1.25.2.13
+++ lams_build/build_base.xml 17 Aug 2014 08:57:47 -0000 1.25.2.14
@@ -227,7 +227,7 @@
${ant.project.name}: Building Hibernate XML files using XDoclet
-
+
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_build/conf/xdoclet-hibernate-template.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_common/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.5 -r1.5.2.1
--- lams_common/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:45:38 -0000 1.5
+++ lams_common/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:58:03 -0000 1.5.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtCourseClassMap.hbm.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtCourseClassMap.hbm.xml,v
diff -u -r1.3 -r1.3.24.1
--- lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtCourseClassMap.hbm.xml 23 Sep 2006 12:05:18 -0000 1.3
+++ lams_common/conf/hibernate/mappings/org/lamsfoundation/lams/integration/ExtCourseClassMap.hbm.xml 17 Aug 2014 08:58:03 -0000 1.3.24.1
@@ -1,7 +1,7 @@
+ "http://hibernate.org/dtd/hibernate-mapping-3.0.dtd" >
-
+
Index: lams_common/src/java/org/lamsfoundation/lams/commonContext.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/commonContext.xml,v
diff -u -r1.100.2.1 -r1.100.2.2
--- lams_common/src/java/org/lamsfoundation/lams/commonContext.xml 16 Aug 2014 11:20:44 -0000 1.100.2.1
+++ lams_common/src/java/org/lamsfoundation/lams/commonContext.xml 17 Aug 2014 08:58:02 -0000 1.100.2.2
@@ -14,7 +14,7 @@
-
+
Index: lams_common/src/java/org/lamsfoundation/lams/localApplicationContext.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/Attic/localApplicationContext.xml,v
diff -u -r1.3.24.1 -r1.3.24.2
--- lams_common/src/java/org/lamsfoundation/lams/localApplicationContext.xml 16 Aug 2014 11:20:44 -0000 1.3.24.1
+++ lams_common/src/java/org/lamsfoundation/lams/localApplicationContext.xml 17 Aug 2014 08:58:03 -0000 1.3.24.2
@@ -46,7 +46,7 @@
-
+
Index: lams_common/src/java/org/lamsfoundation/lams/localCommonContext.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/Attic/localCommonContext.xml,v
diff -u -r1.6.2.1 -r1.6.2.2
--- lams_common/src/java/org/lamsfoundation/lams/localCommonContext.xml 16 Aug 2014 11:20:44 -0000 1.6.2.1
+++ lams_common/src/java/org/lamsfoundation/lams/localCommonContext.xml 17 Aug 2014 08:58:02 -0000 1.6.2.2
@@ -25,7 +25,7 @@
"autodetectTransactionManager" defaults to true so we don't need to include it.
But remember all application servers do not have the same JNDI name for their transaction manager!
-->
-
+
@@ -46,7 +46,7 @@
-
+
Index: lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java
===================================================================
RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java,v
diff -u -r1.8.24.1 -r1.8.24.2
--- lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java 15 Aug 2014 10:00:18 -0000 1.8.24.1
+++ lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java 17 Aug 2014 08:58:03 -0000 1.8.24.2
@@ -52,7 +52,7 @@
* @param sessionFactory the SessionFactory that this filter uses
* @return the Session to use
* @throws DataAccessResourceFailureException if the Session could not be created
- * @see org.springframework.orm.hibernate3.SessionFactoryUtils#getSession(SessionFactory, boolean)
+ * @see org.springframework.orm.hibernate4.SessionFactoryUtils#getSession(SessionFactory, boolean)
* @see org.hibernate.FlushMode#NEVER
*/
protected Session openSession(SessionFactory sessionFactory) throws DataAccessResourceFailureException {
Index: lams_learning/conf/xdoclet/filters.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/conf/xdoclet/filters.xml,v
diff -u -r1.10 -r1.10.2.1
--- lams_learning/conf/xdoclet/filters.xml 27 Feb 2013 14:02:46 -0000 1.10
+++ lams_learning/conf/xdoclet/filters.xml 17 Aug 2014 08:57:58 -0000 1.10.2.1
@@ -5,7 +5,7 @@
HibernateFilter
- org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
+ org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
sessionFactoryBeanName
coreSessionFactory
Index: lams_tool_assessment/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_assessment/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:49:56 -0000 1.2
+++ lams_tool_assessment/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:33 -0000 1.2.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_assessment/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/WEB-INF/web.xml,v
diff -u -r1.10.2.2 -r1.10.2.3
--- lams_tool_assessment/web/WEB-INF/web.xml 12 Aug 2014 19:18:57 -0000 1.10.2.2
+++ lams_tool_assessment/web/WEB-INF/web.xml 17 Aug 2014 08:57:33 -0000 1.10.2.3
@@ -38,7 +38,7 @@
hibernateFilter
- org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
+ org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
sessionFactoryBeanName
Index: lams_tool_bbb/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_bbb/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_bbb/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:49:51 -0000 1.2
+++ lams_tool_bbb/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:42 -0000 1.2.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_chat/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_chat/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_chat/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:50:56 -0000 1.2
+++ lams_tool_chat/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:38 -0000 1.2.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_chat/conf/hibernate/mappings/org/lamsfoundation/lams/tool/chat/model/ChatCondition.hbm.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_chat/conf/hibernate/mappings/org/lamsfoundation/lams/tool/chat/model/ChatCondition.hbm.xml,v
diff -u -r1.1 -r1.1.12.1
--- lams_tool_chat/conf/hibernate/mappings/org/lamsfoundation/lams/tool/chat/model/ChatCondition.hbm.xml 27 Oct 2008 03:31:23 -0000 1.1
+++ lams_tool_chat/conf/hibernate/mappings/org/lamsfoundation/lams/tool/chat/model/ChatCondition.hbm.xml 17 Aug 2014 08:57:38 -0000 1.1.12.1
@@ -1,7 +1,7 @@
+ "http://hibernate.org/dtd/hibernate-mapping-3.0.dtd" >
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_daco/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_daco/web/WEB-INF/web.xml,v
diff -u -r1.9.2.1 -r1.9.2.2
--- lams_tool_daco/web/WEB-INF/web.xml 12 Aug 2014 19:19:12 -0000 1.9.2.1
+++ lams_tool_daco/web/WEB-INF/web.xml 17 Aug 2014 08:57:51 -0000 1.9.2.2
@@ -37,7 +37,7 @@
hibernateFilter
- org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
+ org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
sessionFactoryBeanName
Index: lams_tool_eadventure/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.4 -r1.4.2.1
--- lams_tool_eadventure/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:50:40 -0000 1.4
+++ lams_tool_eadventure/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:28 -0000 1.4.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_eadventure/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_eadventure/web/WEB-INF/web.xml,v
diff -u -r1.7.2.1 -r1.7.2.2
--- lams_tool_eadventure/web/WEB-INF/web.xml 12 Aug 2014 19:18:53 -0000 1.7.2.1
+++ lams_tool_eadventure/web/WEB-INF/web.xml 17 Aug 2014 08:57:28 -0000 1.7.2.2
@@ -38,7 +38,7 @@
hibernateFilter
- org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
+ org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
sessionFactoryBeanName
Index: lams_tool_forum/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_forum/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:51:59 -0000 1.2
+++ lams_tool_forum/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:49 -0000 1.2.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_forum/conf/hibernate/mappings/org/lamsfoundation/lams/tool/forum/persistence/ForumCondition.hbm.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/conf/hibernate/mappings/org/lamsfoundation/lams/tool/forum/persistence/ForumCondition.hbm.xml,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_forum/conf/hibernate/mappings/org/lamsfoundation/lams/tool/forum/persistence/ForumCondition.hbm.xml 22 Jul 2014 08:56:20 -0000 1.2
+++ lams_tool_forum/conf/hibernate/mappings/org/lamsfoundation/lams/tool/forum/persistence/ForumCondition.hbm.xml 17 Aug 2014 08:57:50 -0000 1.2.2.1
@@ -1,7 +1,7 @@
+ "http://hibernate.org/dtd/hibernate-mapping-3.0.dtd" >
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_images/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_images/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_images/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:51:46 -0000 1.2
+++ lams_tool_images/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:37 -0000 1.2.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_images/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_images/web/WEB-INF/web.xml,v
diff -u -r1.7.2.1 -r1.7.2.2
--- lams_tool_images/web/WEB-INF/web.xml 12 Aug 2014 19:19:19 -0000 1.7.2.1
+++ lams_tool_images/web/WEB-INF/web.xml 17 Aug 2014 08:57:37 -0000 1.7.2.2
@@ -38,7 +38,7 @@
hibernateFilter
- org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
+ org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
sessionFactoryBeanName
Index: lams_tool_imscc/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.2 -r1.2.2.1
--- lams_tool_imscc/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:50:01 -0000 1.2
+++ lams_tool_imscc/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:56 -0000 1.2.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_imscc/web/WEB-INF/web.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/web.xml,v
diff -u -r1.5.2.1 -r1.5.2.2
--- lams_tool_imscc/web/WEB-INF/web.xml 12 Aug 2014 19:19:09 -0000 1.5.2.1
+++ lams_tool_imscc/web/WEB-INF/web.xml 17 Aug 2014 08:57:56 -0000 1.5.2.2
@@ -38,7 +38,7 @@
hibernateFilter
- org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
+ org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
sessionFactoryBeanName
Index: lams_tool_kaltura/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_kaltura/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.1 -r1.1.2.1
--- lams_tool_kaltura/conf/hibernate/mappings/hibernate.cfg.xml 15 Nov 2012 14:39:33 -0000 1.1
+++ lams_tool_kaltura/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:34 -0000 1.1.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_lamc/conf/hibernate/mappings/hibernate.cfg.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_lamc/conf/hibernate/mappings/hibernate.cfg.xml,v
diff -u -r1.1 -r1.1.2.1
--- lams_tool_lamc/conf/hibernate/mappings/hibernate.cfg.xml 30 Jul 2012 18:50:18 -0000 1.1
+++ lams_tool_lamc/conf/hibernate/mappings/hibernate.cfg.xml 17 Aug 2014 08:57:45 -0000 1.1.2.1
@@ -1,6 +1,6 @@
+DTD 3.0//EN" "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd">
@db.username@
Index: lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/pojos/McContent.hbm.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/pojos/McContent.hbm.xml,v
diff -u -r1.4 -r1.4.2.1
--- lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/pojos/McContent.hbm.xml 17 May 2014 19:54:43 -0000 1.4
+++ lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/pojos/McContent.hbm.xml 17 Aug 2014 08:57:45 -0000 1.4.2.1
@@ -1,7 +1,7 @@
+ "http://hibernate.org/dtd/hibernate-mapping-3.0.dtd" >
Index: lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/pojos/McOptsContent.hbm.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/pojos/McOptsContent.hbm.xml,v
diff -u -r1.3 -r1.3.2.1
--- lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/pojos/McOptsContent.hbm.xml 17 May 2014 19:54:43 -0000 1.3
+++ lams_tool_lamc/conf/hibernate/mappings/org/lamsfoundation/lams/tool/mc/pojos/McOptsContent.hbm.xml 17 Aug 2014 08:57:45 -0000 1.3.2.1
@@ -1,7 +1,7 @@
+ "http://hibernate.org/dtd/hibernate-mapping-3.0.dtd" >