Setting large transaction timeout greater than 2147483 causes an immediate tx timeout in JBoss EAP 4.x / 5.x
Issue
When I set large transaction timeout greater than 2147483
(i.e. (the value x 1000) > 2147483647
), an immediate transaction timeout happens in JBoss.
Is this a bug? What is the maximum allowed value of transaction timeout? Isn't it Integer.MAX_VALUE (=2147483647)
?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 5.x
- 4.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.