I want to enable assertion in testing application server, but AS host deployments from another teams and my decision can conflict with them...
Quick web search show that assertion for Jboss can be enabled as global option:
so setting become in effect to all deployments.
Is it possible to enable assertion partially? Based on class loader (applicable for deployments in application servers) or package/class name patterns? Or other?
My question not about JBoss but in general for JVM...