Hello, I have succesfully used myeclipseIDE with both jboss and tomcat. The problem comes when I deploy more than one application on ether one. Since the hibernate session is being deployed with ThreadLocal, only one copy stays in memory. The first aplication from (a-z) in my deploy folder initiates the factory. Once this happens when the second app calls it for a session it is bound to the first database. I am woundering what can I do to avoid this problem.
Thank you.