0

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 ?

2
  • where do you get that message? That's not a stack trace, where did you see it? Commented Nov 3, 2009 at 9:53
  • hi skaffman, I'm using JBoss IDE 1.6 and the message is shown within the Variables window when debugging. Commented Nov 3, 2009 at 9:59

1 Answer 1

1

Doesn't the message say it all: toString() is unavailable as no thread is suspended. If you want to see the actual value in your debugging view, well, suspend a thread.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.