https://jira.jboss.org/jira/browse/EJBTHREE-1914
With EJBTHREE-1914 we introduced a CachingAnnotationRepository which will query MDR only once. This means that changing the meta data runtime doesn't work any more.
The changexml test case however changes the bean meta data security domain after deployment and thus the test fails.
Do we still want to support the use case of changing meta data at runtime?