I got a strange performance problem switching from JBoss 4 to JBoss 5. There is a stateless bean method and it is invoked in 44 sec in JBoss 4. It's OK. After I run that method in JBoss 5 it takes > 5 min and transaction timeout exception interrupts the flow.

What can be a reason of that performance problem in two versions of JBoss? Any ideas are welcomed.

link|improve this question
feedback

1 Answer

It seems it's not low JBoss 5 performance problem, but something goes completely wrong in this case. Just make a threaddump and you'll see the reason.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.