1. JDBC commit failed, calling commit when autocommit=true. Multithreaded hibernate session somehow changing autocommit? stackoverflow.comI have the main thread that spawns thread #2 which uses the same hibernate Session in the main thread. Thread #2 just does a "select 1" every few min to keep ... |
2. RedirectAttributes - "Cannot create a session after the response has been committed" forum.springsource.orgRedirectAttributes - "Cannot create a session after the response has been committed" Hi, I would like to use the new RedirectAttributes pattern (as referenced in the greenhouse project) but seems to ... |
3. Sessions closing after commit forum.springsource.orgMar 21st, 2005, 05:38 AM #1 bendg25 View Profile View Forum Posts Private Message Member Join Date Dec 2004 Posts 65 Sessions closing after commit Hi, I am using AppFuse / ... |
4. Cannot create a session after the response has been committed forum.springsource.orgCannot create a session after the response has been committed I'm doing some performance testing on an AppFuse-based application that uses Acegi Security heavily. Using 20 concurrent users, I start to ... |
5. jbpm3.1 about " couldn't commit hibernate session?" forum.springsource.orgjbpm3.1 about " couldn't commit hibernate session?" add method in JbpmTemplate.java ********************************************* public void saveTaskInstance(final TaskInstance taskinstance){ execute(new JbpmCallback() { public Object doInJbpm(JbpmContext context) { context.save(taskinstance); return null; } }); } ... |
6. How clear session on commit? forum.springsource.orgHi, I searched on many forums, but I don't find it. I manage a lots of data with Spring, every 200 data I commit (with transaction). But an Out Of Memory ... |
7. Cannot create a session after the response has been committed forum.springsource.orgApr 12th, 2008, 06:30 PM #1 michelz View Profile View Forum Posts Private Message Member Join Date Mar 2008 Posts 42 Cannot create a session after the response has been committed ... |
8. Exception - Cannot create a session after the response has been committed forum.springsource.orgException - Cannot create a session after the response has been committed I am using the 'Remember Me' using the _spring_security_remember_me checkbox. When the session expire and trying to load a ... |
9. Session closed on item writer commit forum.springsource.orgSession closed on item writer commit Hi Folks, I'm trying to create a Hibernate aware item reader that uses a dao to create the Hibernate cursor used to read items. The ... |
10. Cannot create a session after the response has been committed forum.springsource.orgApr 1st, 2010, 12:07 AM #1 ewawong View Profile View Forum Posts Private Message Junior Member Join Date Oct 2008 Posts 23 Cannot create a session after the response has been ... |
11. "Cannot create a session after the response has been committed " forum.springsource.orgMay 27th, 2010, 11:45 AM #1 vw729 View Profile View Forum Posts Private Message Visit Homepage Senior Member Join Date Aug 2004 Posts 590 "Cannot create a session after the response ... |