[jboss-user] [Beginner's Corner] - Re: Database password change during application is running in hibernate

Peter Johnson do-not-reply at jboss.com
Mon Jan 21 10:47:48 EST 2013


Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: Database password change during application is running in hibernate"

To view the discussion, visit: https://community.jboss.org/message/793273#793273

--------------------------------------------------------------
This is standard behavior for anything that requires a password to sign in - a change in the password doesn't matter until you have to sign in again. Thus once Hibernate connects to the database, as long as it maintains that connection any password change will not affect anthing until you restart your app which will cause Hibernate to attempt to sign in again, at whihc point it will fail due to the changes password (unless you also update the Hibernate connection settings).
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/793273#793273]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130121/7fa62903/attachment.html 


More information about the jboss-user mailing list