Hi,
I am currently using SmartGWT Power Edition 3.1, along with GWT 2.5.0.
I'm designing an application for which some sql transactions may not be initiated by client request (server-side only), so not through RPCManager queuing mechanism, neither by the call of SQLTransaction.startTransaction (which also takes instance of RPCManager as a parameter).
Checking in the forum, the documentation and the showcase, I didn't find a way to provide an externally declared and managed transaction to a SQL DataSource or a DSRequest.
Is there a way to do so?
Thanks in advance
I am currently using SmartGWT Power Edition 3.1, along with GWT 2.5.0.
I'm designing an application for which some sql transactions may not be initiated by client request (server-side only), so not through RPCManager queuing mechanism, neither by the call of SQLTransaction.startTransaction (which also takes instance of RPCManager as a parameter).
Checking in the forum, the documentation and the showcase, I didn't find a way to provide an externally declared and managed transaction to a SQL DataSource or a DSRequest.
Is there a way to do so?
Thanks in advance
Comment