Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8794295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:13:56+00:00 2026-06-13T23:13:56+00:00

Spring’s DataSourceUtils defines a method that applies a transaction timeout, without specifying it explicitly.

  • 0

Spring’s DataSourceUtils defines a method that applies a transaction timeout, without specifying it explicitly. The Javadoc reads:

public static void applyTransactionTimeout(Statement stmt,
                                           DataSource dataSource)
                                    throws SQLException
Apply the current transaction timeout, if any, to the given JDBC Statement object.

My questions are:

  1. Where does the timeout value come from?
  2. Why is the call needed at all? If the transaction is acquired through Spring, wouldn’t whatever timeout (or the default one) be applied anyway?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:13:56+00:00Added an answer on June 13, 2026 at 11:13 pm
    1. Value comes from the current transaction, if any (i.e. @Transactional(..., timeout = ...)).

    2. Spring’s DataSourceUtils.getConnection() doesn’t proxy connections it return, therefore Spring cannot apply any configuration to Statements created by these connections automatically.

    Actually, the recommended way to use JDBC in Spring is to do it through JdbcTemplate. JdbcTemplate is fully transaction-aware, therefore it calls the method in question internally if needed.

    But if you need to use raw JDBC Connections, you can use this method to configure them according to @Transactional(...) and so on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

[spring 3.0.5] MVC I have on class like that: public class Address { private
Spring newbie here. I observed that Spring was able to instantiate a non-public class
Spring supports programmatic transaction which give us fine grained control over TX management. According
Spring support JUnit quite well on that: With the RunWith and ContextConfiguration annotation, things
From Spring Projects Issue Tracker Beans: public class JavaBean { private NestedBean nested; }
Spring Modules had a @Cacheable annotation: org.springmodules.cache.annotations.Cacheable Now that Spring Module is deprecated, what
Spring-WS generates WSDL without operations in binding tag... Do you know why? There is
Spring JavaConfig makes possible to create spring applications without xml cotext configuration. And servlet
Spring defines different scopes of bean definitions, one being the prototype scope , which
Spring provide a nice feature that allow programmer to define annotations in java source

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.