What I pose is a problem I believe on the jboss side:
in this case I have an asynchronous method (server side) that makes a normal call to a PL procedure on an Oracle DB.
This procedure can take up to 12/15 minutes to finish.
I noticed that after exactly 5 minutes a second call to the PL procedure is automatically performed, I suspect that this call is made by Jboss.
Does anyone know if there is a property or some parameter to modify that by default is worth 5 minutes (360000) and how to take it for example 10 minutes?