Re: [Hibernate] Oracle and Hibernate session problem

2005-01-10 Thread Max Rydahl Andersen
I am creating test cases for my application using Hibernate to connect to an Oracle database. Each test case creates a Hibernate session and query data from the Oracle database. After 10 test cases are run, JUnit hangs. Tried this with 8i, 9i, and 10g. Same result. sounds like you don't remember to

Re: [Hibernate] Oracle and Hibernate session problem

2005-01-10 Thread Emmanuel Bernard
Consider using the user forum and giving more details, this is the hibernate dev list. http://forum.hibernate.org Bernard Lim wrote: Hi, I am creating test cases for my application using Hibernate to connect to an Oracle database. Each test case creates a Hibernate session and query data from the

[Hibernate] Oracle and Hibernate session problem

2005-01-09 Thread Bernard Lim
Hi, I am creating test cases for my application using Hibernate to connect to an Oracle database. Each test case creates a Hibernate session and query data from the Oracle database. After 10 test cases are run, JUnit hangs. Tried this with 8i, 9i, and 10g. Same result. Has anyone encountered thi

[Hibernate] Session problem

2003-10-27 Thread Nikolay Ganev
hi guys, i have 2 q: 1. I can get and set Interceptor for Configuration(which is common for the sesion Factory). Now I need to get Interceptor for a session, but there is no method getInteresptor to get the Interceptor for a given Session! How can i get the Interceptor for a session? 2. I want t