Was actually planning to use SqlMapClient.openSession() myself. The intent, for 
us at least, is to have multiple independent transactions in the same thread. 
For example, one doesn't want logging messages to be rolled back when main 
business logic fails. Hence, you need a new separate transaction (provided by a 
local session) for the logging.

Not a good news if it does work.


---- On Thu 07/06, Jeff Butler < [EMAIL PROTECTED] > wrote:
 
> Are you sure about this?  The session is stored as ThreadLocal in 
> SqlMapClientImpl - there is no provision I can see for having more than one 
> open session.  Was that the original intent?
 



_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com


Reply via email to