From: <leg...@at...> - 2003-09-19 19:51:54
|
Message: The following issue has been closed. Resolver: Max Rydahl Andersen Date: Fri, 19 Sep 2003 2:51 PM That's sounds more like an error 42 ;) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-347 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-347 Summary: Hibernate mask HTTP session Type: Bug Status: Closed Priority: Critical Resolution: REJECTED Project: Hibernate2 Versions: 2.0.3 Assignee: Reporter: Steve Dyer Created: Thu, 18 Sep 2003 7:54 PM Updated: Fri, 19 Sep 2003 2:51 PM Environment: Windows XP, Tomcat 4.1.24, Sun JVM 1.4.2 Description: private SessionFactory sessionFactory; private Session dbSession; do_get: HttpSession session = request.getSession(); session.setAttribute(blah1, "blah1"); -- set in HTTP session sessionFactory = new Configuration().configure().buildSessionFactory(); dbSession = sessionFactory.openSession(); session.setAttribute(blah2, "blah2"); -- not set in HTTP session --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |