Hello
Use code tags next time
So, i would like to know the option to increase ourself through application code. Please help if anyone aware of it.
Such API has a set
public void
setLockTimeoutSeconds(int timeoutSeconds)
Sets the time period that can elapse before a timeout occurs on an attempt to acquire a conversation lock. The default is 30 seconds.
Parameters:
timeoutSeconds - the timeout period in seconds
You could override such attribute in your beans configuration
But
Code:
as i mentioned in my post, Connection pool information is as below:
apart from db details, it is configured as initial capacity = 1, maximum capacity = 15 and capacity increment = 1. No other specific setting is configured.
Post such Configuration, what tool you are using for pooling? C3PO?
Perhaps you have missing detail there