1. Getting getCurrentSession() to work on Spring/Hib SessionFactory. Any options? forum.springsource.orgGetting getCurrentSession() to work on Spring/Hib SessionFactory. Any options? Is it possible to have sessionFactory.getCurrentSession() work outside of an active transaction? I've removed the hibernate session_context property of "thread" because of ... |
2. Spring Hibernate with multiple sessionfactories forum.springsource.orgMar 5th, 2010, 05:57 AM #1 Sajad Khan View Profile View Forum Posts Private Message Junior Member Join Date Mar 2010 Posts 1 Spring Hibernate with multiple sessionfactories Using Spring and ... |
3. OpenSessionInView -- Multiple SessionFactories forum.springsource.orgMar 8th, 2010, 11:39 AM #1 e90jimmy View Profile View Forum Posts Private Message Junior Member Join Date Mar 2010 Posts 3 OpenSessionInView -- Multiple SessionFactories Hey guys, I know this ... |
4. sessionFactory.getCurrentSession() is not working forum.springsource.orgsessionFactory.getCurrentSession() is not working I use plain DAO with Hibernate (injected with SessionFactory) I can get sessionFactory.openSession() work but I cannot getsessionFactory.getCurrentSession() work.. The followings are my setting 1. Spring 2.5.6 ... |
5. SessionFactory Property Required! forum.springsource.organyone here had this exception: Code: SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'IAdminManagerDao' defined in file [C:\PROJECTS\java\secretsv.2.0\build\web\WEB-INF\classes\ph\com\insular\secrets\dao\impl\IAdminMan agerDao.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could ... |
6. java.lang.IllegalArgumentException: Property 'sessionFactory' is required forum.springsource.orgAug 17th, 2010, 02:06 AM #1 snakedil View Profile View Forum Posts Private Message Junior Member Join Date Aug 2010 Posts 3 java.lang.IllegalArgumentException: Property 'sessionFactory' is required I get java.lang.IllegalArgumentException: Property ... |
7. No SessionFactory specified forum.springsource.orgNo SessionFactory specified I'm was trying to make create a project with spring+hibernate+flex. But there seems to be a problem with my mapping since it returned an error java.lang.IllegalArgumentException: No SessionFactory ... |
8. SessionFactory is null forum.springsource.orgSessionFactory is null Hi, can somebody help me with my mapping. My dao object cant access my sessionfactory. I already tried to research but i can't seem to make it work... ... |
9. can't find second sessionFactory forum.springsource.orgSep 24th, 2010, 06:19 PM #1 bhomass View Profile View Forum Posts Private Message Member Join Date Jun 2007 Posts 49 can't find second sessionFactory my application needs to access two ... |
10. IllegalAccessError when ContextLoader creates sessionFactory forum.springsource.orgAug 16th, 2004, 11:49 PM #1 goodav View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Posts 2 IllegalAccessError when ContextLoader creates sessionFactory I get an IllegalAccessError ... |
11. Spring Hibernate with multiple sessionfactories forum.hibernate.org |