[jboss-user] [JBoss AOP] - Re: How does this work?

pablogmuller do-not-reply at jboss.com
Thu May 15 07:53:07 EDT 2008


It worked!!!
I did what you said and put this in a context listener:


  | AspectXmlLoader.deployXML(new URL("file:/jboss-aop.xml"));
  | 

But there's something I don't understand, even though it is working, when i use the report="true" it still says that it is unbound:



  | <aop-report>
  |  <unbound-bindings>
  |   <binding pointcut="execution(* com.tme.evsp.facade.impl.EntidadFacadeImpl -> *(..))" />
  |  </unbound-bindings>
  | </aop-report>
  | 

Thanks again!!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151018#4151018

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



More information about the jboss-user mailing list