1. Where to open sessions in a Spring/Hibernate stack? stackoverflow.comI'm trying to figure out a good design for a Spring/Hibernate app. When creating such an app, it appears like there are a handful of major decisions. The first major decision ... |
2. Session Scope bean when there is no open session forum.springsource.orgThis might be a stupid question, but someone please answer this question for me. when a bean's scope is declared as session, the container creates a single bean instance per HTTP ... |
3. Multiple wizards open at same time / Session state forum.springsource.orgMultiple wizards open at same time / Session state What's best practice for allowing a user to edit 2 or more multi-view (AbstractWizardFormControllers) at the same time. I want to have ... |
4. Broadcast message to all open sessions forum.springsource.orgBroadcast message to all open sessions Hi! I have a request for my Tomcat server and a handfull of apps running on it. I would find things much more secure if ... |
5. Keep Session open for TaskExecutor forum.springsource.orgKeep Session open for TaskExecutor I have a Spring Controller that needs to deliver several email notifications as a side effect to persisting a domain entity. The emails are formed and ... |
6. how to close and open session in Spring w Hibernate forum.springsource.orgDec 5th, 2011, 03:28 AM #1 Steve.eastwood View Profile View Forum Posts Private Message Junior Member Join Date Dec 2011 Posts 1 how to close and open session in Spring w ... |
7. HibernateTxManager, open session, & PROPAGATION_SUPPORTS forum.springsource.orgHibernateTxManager, open session, & PROPAGATION_SUPPORTS Hi all, I tried using the following, pretty standard, configuration to open my hibernate session and declaratively demarcate transactions: Code: |
8. Keeping Hibernate Session Open During Testing forum.springsource.orgKeeping Hibernate Session Open During Testing How would I keep the Hibernate session from closing during a run of a JUnit test suite? In my case, as soon as I try ... |
9. OpenSessionInView - just how long is it open? forum.springsource.orgOpenSessionInView - just how long is it open? Currently, I try to decide whether to employ OSIV for a production system, despite of several warnings against it. There is one potential ... |
10. HibernateInterceptor vs. HibernateTxManger for an open session in BO forum.springsource.orgHibernateInterceptor vs. HibernateTxManger for an open session in BO Greetings, We want a hibernate session to be opened in a business method to navigate through the object graph. Is it better ... |
11. Can I keep a hibernate session open for duration of a test case? forum.springsource.orgCan I keep a hibernate session open for duration of a test case? Good day- I have a data access object implemented in spring/hibernate. It is derived from HibernateDaoSupport and uses ... |
12. Open new session when an error occurs forum.springsource.organ assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session) org.hibernate.AssertionFailure: null id in entry (don't flush the Session ... |
13. Open Session in Service Layer forum.springsource.orgOpen Session in Service Layer Hi, I need something similar to OpenSessionInViewFilter in my application, except that I need a session opened when calling a method of my service layer and ... |
14. Hibernate VOs and Sessions - How to keep them open forum.springsource.orgHibernate VOs and Sessions - How to keep them open We have an interesting problem. We have refactored a lot of code to use Hibernate with Spring. The old code, which ... |
15. Multiple sessions open at once. forum.springsource.orgMultiple sessions open at once. We have a need to have multiple Hibernate sessions open at the same time. Both Spring and Hibernate don't seem to facilitate this easily, especially with ... |
16. Spring does not keep hibernate session open forum.springsource.orgSpring does not keep hibernate session open Hello! I'm experiencing a problem, my hibernate sessions are always closed at the end of each request. I tried to modified C3P0 configuration (didn't ... |
17. Keep hibernate session open in swing client? forum.springsource.orgKeep hibernate session open in swing client? Hi all, I've searched on this problem for a few hours now and haven't found a solution yet. Our application is a swing/hibernate client ... |
18. opening Hibernate session for ApplicationListeners forum.springsource.orgusing a "openSessionInViewInterceptor" helped me to keep my sessions open during the rendering of my view. now i am also using hibernate from an ApplicationListener instance ... what would be the ... |
19. Hibernate two open sessions problem forum.springsource.orgHibernate two open sessions problem hi i use hibenate 3.2.2 and Spring 2.5 in my project. in my code when i was remove an object from DB i get this exception ... |
20. Catch Hibernate session opening forum.springsource.orgHi I have a project with Spring 2.5 + Hibernate 3.3.x + Hibernate Annotations (without JPA) I have some DAO-classes, for example: Code: public class UserDaoImpl extends HibernateDaoSupport implements UserDao { ... |
21. best way to open an Hibernate session in a standalone app forum.springsource.orgbest way to open an Hibernate session in a standalone app I've got a complete webapp with Spring, Hibernate, AspectJ and transactions marked by @Transactional. Everything works fine. Now, I have ... |
22. How to count the amount of open sessions on Webshere? forum.springsource.orgHow to count the amount of open sessions on Webshere? Hi experts, I support a solution that inlcudes an IBM Websphere 6 application server. I wish to count the number of ... |
23. how to close and open session in Spring w Hibernate forum.hibernate.org |
24. Springs open another session in my current Session forum.hibernate.org |