1) download reproducer
2) mvn clean install
3) mvn wildfly:deploy
4) open jconsole and verify that javax.cache/CacheStatistics MBean is properly deployed and working
5) mvn wildfly:undeploy
6) see that MBean is not undeployed and is still present
1) download reproducer
2) mvn clean install
3) mvn wildfly:deploy
4) open jconsole and verify that javax.cache/CacheStatistics MBean is properly deployed and working
5) mvn wildfly:undeploy
6) see that MBean is not undeployed and is still present
Fuse 7.3 Sprint 40 - Dev #1
Description
jcache MBeans are not undeployed after component shutdown. See more in attached reproducer/steps to reproduce section.