From: Dylan E. <de...@cs...> - 2004-05-10 10:16:44
|
Hi Jonas, I sent this email on the 30th of April but perhaps it got lost. I am CC'ing this to the devel list as well. Sorry it has taken so long to get back to you, I was on leave for a while. It sounds like coefficient is still using the EJBInvokers to run, this tells the HibernateUtil to not commit since in EJB the container handles commits. Running in tomcat you want to make sure that your hibernate.properties is setup to use a strait JDBC connection and not a datasource AND to get the factory to use the tomcat invokers you must remove the EJBInvoker class file from your running system. This is a bad way to do this and in the next version we will change it, it is not hard to have the hibernateUtil find out if it is using a datasource or not, but the version you have still has the cludge. I hope this helps, please feel free to email any further questions, Dylan Etkin -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. |