[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss-4.0.4-GA and Hibernate-3.1.3

ssgemail do-not-reply at jboss.com
Mon Jul 24 03:09:55 EDT 2006


try it as following:

if (rs != null){
  rs.close();
}

if (stmt != null){
  stmt.close();
}

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

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



More information about the jboss-user mailing list