Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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