Edit the Application from the Aspect Manager View

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2987

This topic has not yet been written. The content below is from the topic description.
9.3.6.3. The Aspect Manager View The Aspect Manager View is a graphical representation of the AOP descriptor file (jboss-aop.xml). It allows you to remove an Interceptor or advice from a pointcut, as well as apply new Interceptors and Advice to existing pointcuts. From the Eclipse main menu, click on Window > Show View > Other... In the window that opens, you should see a folder called "JBoss AOP". Press the "+" to expand it. Double click on "Aspect Manager" Under Bindings, you'll notice that a pointcut is already defined that matches our "callMe()" method, and our HelloInterceptor is directly under it. Right Click on HelloInterceptor will provide you with this menu: You can remove the interceptor, or jump to it directly in code. If you right click on the binding (pointcut) itself, you'll be able to apply more interceptors and advice just like when right clicking on a field or method in the outline view. You can also remove the entire binding altogether (which subsequently removes all child interceptors and advice, be warned)