I want to enable approval when testing the application server, but deploying AS nodes from other teams and my solution may conflict with them ...
A quick web search shows that the statement for Jboss can be included as a global option:
therefore, the setting will be valid for all deployments.
Can a statement be partially included? Based on a class loader (applicable for deployment on application servers) or package / class name templates? Or something else?
My question is not about JBoss, but generally for the JVM ...
source share