I'm currently experiencing problems with a JPATransactionManager in a J2SE application.
The latest request was not properly saved in the database (surely a problem of cache).
This seems to be normal because the exit of the program does not seem to "cleanly" exit all Bean of the spring application context.
Do you know if there's a method of a clean shutdown a Spring context before exiting ?
Thank you in advance.
Checkout Spring Reference manual on this topic.
Basically you need to call registerShutdownHook()
on the application context.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With