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