-->
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.  [ 3 posts ] 
Author Message
 Post subject: Hibernate 1.2.5 - Tomcat - JNDI
PostPosted: Fri Mar 19, 2004 12:25 pm 
Newbie

Joined: Mon Sep 08, 2003 3:04 pm
Posts: 12
Hi,

We would likje to migrate our App Server from JRun to Tomcat 5
In our webapps code, we have quanties of :

Quote:

SessionFactory sf = (SessionFactory) new InitialContext().lookup("hbm/myFactory");
sqlSession = sf.openSession();


The problem, as described in http://www.hibernate.org/114.html
is that Tomcat JNDI context is not writable at WebApp startup.

The mentioned describes some ways to Use Static SessionFactories, but nothing seems to be really clear!

The way I prefer is the use of the ThreadLocal, but I should change every opening of session code.

Did you succeed in configuring tomcat for Hibernate in a smarter way ?

Thanks
Franck


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 19, 2004 12:29 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
First, use a current Hibernate version. Next, read the Quickstart chapter of the documentation or follow our Getting Started guidelines here: http://www.hibernate.org/152.html Don't jump in right in the middle and then work backwards.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 19, 2004 2:19 pm 
Newbie

Joined: Mon Sep 08, 2003 3:04 pm
Posts: 12
Ok,
What you tell me is to migrate Hibernate ...
But this kind of migration isn't planed for the moment
(It needs a review of all the code)

Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.