I use hibernate for persistence. when i call the method :
Session s = getCurrentSession();
s.flush();
i geth the following message :
[toString() unavailable - no suspended threads]
and it just stops running after the s.flush() method.
I'm using JBoss IDE 1.6 and the message is shown within the Variables window when debugging.
do you have any idea how to solve that ?