Another comment on the new SessionContext stuff:

ThreadLocalSessionContext and JTASessionContext are in different packages....on purpose ?


hi,

javadoc for ThreadLocalSessionContext state:

"it unsafe for this impl to actually generate Session instances; thus it does not"

but at currentSession it does the following:

                if (current == null) {
                        log.debug("Current thread doesn't have a session, opening 
new");
                        bind(factory.openSession( null,

Which one should it be ?

btw. any reason why we can't return Session instead of classical.Session ?




--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]
http://www.jboss.com/events/jbossworld
JBoss World Barcelona 10-12 October


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to