0 Replies Latest reply on Mar 12, 2015 10:56 AM by andreacatania

    Jboss not re-connects automatically to DB connections on outage

    andreacatania

      I've this project: https://github.com/AndreaCatania/libreria

      I've deployed this project into WildFly 8.2 and when it get outage of the DB connections the AS can not reconnects automatically, and the application is freezed (I have to restart AS).

      If I deploy the same project into GlassFish i've no problem.

      How can I resolve this issue?

      WildFly configuration:

      https://github.com/AndreaCatania/libreria/blob/master/standalone-full.xml

      https://github.com/AndreaCatania/libreria/blob/master/standalone.xml

       

      You find the question on StackOverflow here: http://stackoverflow.com/questions/28983332/jboss-not-re-connects-automatically-to-db-connections-on-outage/28994418#289…