-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Behaviour of the Connection object
PostPosted: Wed Apr 07, 2004 9:51 pm 
Newbie

Joined: Thu Mar 11, 2004 11:30 pm
Posts: 9
Hi,

Can any one please explain me how the Connection object which has been retrieved from calling session.connection() behaves.

After executing the following statements.......


Session session=sfactory.openSession();
Connection con=session.connection();
con.setAutoCommit(false);

PreparedStatement pstmt=con.prepareStatement("update arrears set arr_date=sysdate where arrear_id=100");
int n=pstmt.executeUpdate();

con.commit();


I get Connection already closed exception at con.commit() line. I am not able to understand where exactly i am going wrong. Later i initialized the connection object using JDBC and everything works fine. I am getting the problem only when i am retrieving the connection from session.

Any pointers or explanation is appreciated.

thanks.

Regards.

Lokesh.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.