Greetings,
Since there isn't a scheduler forum, I thought I would drop a question in here. I have a spring-based application using hibernate for data storage. For normal requests, I run through the OpenSessionInViewFilter for handling the Hibernate session, and I use the AOP interceptor for handling the transaction control for normal DAO access.
However, I want my Quartz Jobs to also have this access. What is recommended for getting the same sort of Session management and transaction control for jobs being executed?
I've looked around for some examples in this area, but haven't really seen it covered too much. So, any pointers or feedback?
thanks!


Reply With Quote