From: oberon777 <nu...@jb...> - 2005-07-19 21:32:31
|
Thanks for your reply, Bill. Is the 1.3.1 bundle available? I am adding my aspects to the war file the appilication is contained in, which is done by running ant deploy-basic-lt-war. This uses a standalone jboss-aop.xml file. I am not using any *.aop files at all. Is that a problem? What's the search path for aspects listed in a standalone jboss-aop.xml file? I.e., if I have this | <?xml version="1.0" encoding="UTF-8"?> | <aop> | <bind pointcut="call(* org.jboss.injbossaop.lib.ExampleValue->getMessage())"> | <interceptor class="CallerInterceptor"/> | </bind> | ... | where is CallerInterceptor supposed to be located? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885550#3885550 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885550 |