| Author |
.getCurrentSession() returns a nullPointerException
|
Rodrigo Bela
Greenhorn
Joined: Feb 25, 2008
Posts: 2
|
|
Gentleman,
I have a web application that uses hibernate 3.0.3 withi this properties:
and, sometimes a need to recover the current session doing this:
The problem:
This code stop working for some reason that I don't understand.
I tried to debug the code and I realize that: the first calls of this method works with no problem. But For some reason the session is closed and them the .getCurrentSession(); returns a nullPointer exception.
My Log file says these:
Can someone help-me please?
|
 |
Rodrigo Bela
Greenhorn
Joined: Feb 25, 2008
Posts: 2
|
|
In fact, this problem is caused by another problem on weblogic server.
If you have any similar problem try to debug your application line-by-line.
|
 |
 |
|
|
subject: .getCurrentSession() returns a nullPointerException
|
|
|