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 9163755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:31:15+00:00 2026-06-17T14:31:15+00:00

I have a web application which using PostgreSQL as database. Assume the scenario like

  • 0

I have a web application which using PostgreSQL as database.

Assume the scenario like i am trying to Save() data using Hibernate. Now just before save the data if database server will down then what happened ?

Hibernate will re-try save again or do i have to write the re-try code.

Any help will be appreciated.

  • 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-17T14:31:16+00:00Added an answer on June 17, 2026 at 2:31 pm

    No, Hibernate will not re-try to save your data. The db failure will cause your transaction to fail, and all the change will be rollbacked.
    Even worse, if you don’t configure correctly your connection pool, you will not be able to re-establish the connection when the db will be running again. Take a look to this question for more info. I copy and paste c3p0 configuration.

    <c3p0-config>
    <default-config>
    <!-- Configuring Connection     Testing -->
    <!-- property name="automaticTestTable">TEST_EMS_HIBERNATE_CONN</property -->
    <property name="checkoutTimeout">0</property>
    <property name="testConnectionOnCheckout">true</property>
    <property name="testConnectionOnCheckin">false</property>
    <property name="preferredTestQuery">SELECT 1 from dual</property>
    <!-- Configuring Recovery From Database Outages -->
    <property name="acquireRetryAttempts">0</property>
    <property name="acquireRetryDelay">1000</property>
    <property name="breakAfterAcquireFailure">false</property>
    <!-- Configuring to     Debug and Workaround Broken     Client Apps     -->
    <property name="unreturnedConnectionTimeout">1800</property>
    <property name="debugUnreturnedConnectionStackTraces">true</property>
    </default-config>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web application, which is using a SQL Server 2005 database. My
I would like to create a web application using PostgreSQL as a database. I
I have a web application written in gwt, and I'm using a PostgreSQL database
We have an ASP.net 2.0 web application which is using themes set on the
Using JDeveloper as my IDE, I have a web application which calls services provided
I have a java web application which I can debug using IntelliJ or Eclipse
I have an Web-application in which I capture Image using EdgeCamShots Sample Application Saving
I have an ASP.net web service that I'm using for a web application which
I have a web application which process the data collected from different client machines
I have a web application which I uploaded using IIS. I want the users

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.