Hi for all!
There any way to commit the session aftere receive the message from MQ(before the processing)?
I.e:
public void onMessage(Message message) {
Type: Posts; User: hsmedrado; Keyword(s):
Hi for all!
There any way to commit the session aftere receive the message from MQ(before the processing)?
I.e:
public void onMessage(Message message) {
Hi for all!
I corrected this problem...
I extended JdbcTemplate and overrided the method
Map extractOutputParameters(CallableStatement cs, List parameters) throws SQLException....
And...
My question is if Spring verify if the cursor is open or closed... If this verification has been done by jdbc it´s ok for me.
tks
Hi Denis, thank you for answer.
But spring ever wait for a opened cursor?
Hi everyone!
I´m having a problem to call StoredProcedures with Spring.
The problem is that sometimes the cursor return closed(correctly). There any solution to ignore the problem "Cursor is...