Author: seba.wagner
Date: Wed Dec 24 08:49:44 2008
New Revision: 1733
Modified:
trunk/webapp/src/app/org/openmeetings/app/hibernate/utils/HibernateUtil.java
Log:
Fixes:
Hibernate Utils back to default one
Modified:
trunk/webapp/src/app/org/openmeetings/app/hibernate/utils/HibernateUtil.java
==============================================================================
---
trunk/webapp/src/app/org/openmeetings/app/hibernate/utils/HibernateUtil.java
(original)
+++
trunk/webapp/src/app/org/openmeetings/app/hibernate/utils/HibernateUtil.java
Wed Dec 24 08:49:44 2008
@@ -22,7 +22,7 @@
private static final Owner fakeOwner = new Owner(false);
/** set this to false to test with JUnit **/
- private static final boolean isLife = false;
+ private static final boolean isLife = true;
/**
* get the hibernate session and set it on the thread local. Returns
trueOwner if
* it actually opens a session
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---