org.hibernate.NonUniqueObjectException: a different object with the
same identifier value was already associated with the session
I work with tomcat 5 and hibernate 3.2
I have a ThreadLocal<Session> threadLocal where put the session
and get it, but each called to tomcat open new session of hibernate...
because the session in threadLocal is null