-->
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.  [ 2 posts ] 
Author Message
 Post subject: Unclosed session after session.load() ....
PostPosted: Tue Sep 21, 2004 6:54 am 
Beginner
Beginner

Joined: Tue Sep 07, 2004 3:58 am
Posts: 23
Hibernate version:
2.1.6

Mapping documents:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-mapping
PUBLIC "-//Hibernate/Hibernate Mapping DTD//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">
<hibernate-mapping
schema="v2"
package="de.zolltek.gtc.data">
<class name="Konto" table="konten">
<id name="id" type="string">
<column name="ID" sql-type="char(32)" not-null="true"/>
<generator class="uuid.hex"></generator>
</id>
<timestamp column="von" name="von"/>
<property name="recnum"/>
<property name="bis"/>
<property name="kontonummer"/>
<property name="bank"/>
<property name="iban"/>
<property name="blz"/>
<property name="swift"/>
</class>
</hibernate-mapping>


Code between sessionFactory.openSession() and session.close():
try {session = _sessions.openSession();
System.out.print("Session ge

_________________
People keep asking me if i know Tyler Durden....


Top
 Profile  
 
 Post subject: Ups...
PostPosted: Tue Sep 21, 2004 6:58 am 
Beginner
Beginner

Joined: Tue Sep 07, 2004 3:58 am
Posts: 23
Damn... i always hit the submit button to fast....

My problem is that im trying to make a very simple load-dosomething-save cycle with hibernate like it is described in the documentation page 65...

But both the load and the get method of the session seem to... hmmm... i dont know... somehow the session cant close.

I just cant understand why he throws an Exception i should close the session even when im closing it right the next line ...

Anyone here proficient in hibernate ?

;o)

_________________
People keep asking me if i know Tyler Durden....


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

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.