{
MBeanServerConnection server = getServer();
ObjectName testerName = new ObjectName("jboss.aop:name=ScopedAnnotatedTester");
Object[] params = {};
String[] sig = {};
server.invoke(testerName, "testDynamicCFlow", params, sig);
}
public void testAnnotationIntroduction() throws Exception
{
MBeanServerConnection server = getServer();