nagaraj_dv,

Thanks for answering to your own thread, it saved me some time. Please see my 
conf.

I use :
-Hibernate 3.1RC1, 
-Spring 2.1.5, 
-JBoss 4.0.3RC3
-JDK1.5

Spring Code using HibernateTemplate ;)
session = getSession();
  | tx = session.beginTransaction();
  | ...
  | session.save(yourObject)
  | ...
  | tx.commit();
  | // Close the session it is pooled anyway
  | session.close();

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905814#3905814

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905814


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to