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
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
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
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