I have problem finding a place where I can increase session bean timeout in JBoss. I have stateless SB making some complex operations - unfortunately timeout comes and operations are rolled-back. I suppose increasing timeout could help - but I cannot find an option. The best would be to increase it just for the given bean.
How can I do it? Or maybe I should increase query timeout in JDBC (I think I saw something like this in the web...)?
Start Free Trial