[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

varkon do-not-reply at jboss.com
Wed Apr 18 05:42:49 EDT 2007


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#4038283

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038283



More information about the jboss-user mailing list