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.