How to avoid “IJ000470: … trying to use a connection factory that has been shut down…”
Summary The IJ000470 error occurs when trying to use a connection factory that has been shut down. This issue arises in Jakarta EE applications, particularly when using Wildfly as the application server. The error is often encountered during the shutdown process of the application, when the @PreDestroy method of a @Singleton EJB attempts to write … Read more