Sorry for replying to my own post. Just another query. Would the interception for an EJB be different from that of a pure Java class ?
Here is a test I tried. - Created an entity bean with method findWithID(int) and deployed it in JBoss 3.2.5 following the instructions specified. - I defined a pointcut to intercept call to this method but I found that the advice was not being executed. Then I defined a Java class with the same findWithID(int) and found the interception happening fine. Any extra settings required on the JBoss server ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845145#3845145 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845145 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
