*
* @exception SQLException Thrown on failure to get connection
*/
public Connection getCurrentConnection() throws SQLException {
ConnectionContext cc =
(ConnectionContext) getContextManager().getContext(ConnectionContext.CONTEXT_ID);
return cc.getNestedConnection(true);
}