-->
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: Simple question for expert users :-)
PostPosted: Wed Jul 21, 2004 5:21 am 
Beginner
Beginner

Joined: Mon Sep 15, 2003 9:10 am
Posts: 43
Hi,

I've got this in my application log :
Code:
No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)


What is a TransactionManagerLookup ?

My app is working fine so what should i do ?

Thanks,

Fabien


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 21, 2004 8:17 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
A tx manager is here to guarantee distributed transaction beteween different sources (in your case the DB and the secobnd level cache)

The TxManagerLookup, will look at the appropriate TxManager embedded in you J2EE server (see the reference guide for more info on configuration)

You app will work but will not be strictly transactional from the second level cache perspective.

There is a good chapter on Hibernate in Action on that subtle subject

_________________
Emmanuel


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.