[jboss-user] [JBoss AOP] - Re: Intercepting EJB3 EntityBeans

2007-05-12 Thread waynebaylor
Upon further testing it appears that specfying the EntityBean results in the class being properly woven. I used typedef name=logclasses expr=class(test.entity.GroupEntity)/ and the pointcut was properly bound. When classes are specified with wildcards(*) are they woven differently? View the

[jboss-user] [JBoss AOP] - Re: Intercepting EJB3 EntityBeans

2007-05-11 Thread [EMAIL PROTECTED]
It almost looks like it is weaving it twice. What version of aop + app server are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045152#4045152 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045152

[jboss-user] [JBoss AOP] - Re: Intercepting EJB3 EntityBeans

2007-05-11 Thread wtaylor
Thanks for the reply. I'm using - JBoss 4.0.5GA ejb3 installation - JBoss AOP 1.5.5GA anonymous wrote : It almost looks like it is weaving it twice. Yes, I was thinking the class being labled @Entity might be causing it to be weaved separately and then re-weaved with my pointcut (only a