Another thing:
I've also tried to follow the instructions in chapter 10.4.2. Attaching to a scoped
deployment. So, I've modified my jboss-aop.xml to read:
| <aop>
| <loader-repository>eapp:loader=eapp.ear</loader-repository>
| <aspect class="org.lg.eapp.aop.AOPLoggingAspect"
scope="PER_VM"/>
| <bind pointcut="execution(public org.lg.eapp.web.Handlers.ResponseHandler
org.lg.eapp.web.Controller.Login->ProccessRequest(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse))">
| <advice aspect="org.lg.eapp.aop.AOPLoggingAspect"
name="log"/>
| </bind>
| </aop>
|
However, even that did not work. Is there anything else I could do? I would appreciate
any help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038283#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...