[jboss-user] [JBoss AOP] - Re: duplicate method: _getAdvisor
avihaimar
do-not-reply at jboss.com
Sun Oct 21 12:58:37 EDT 2007
If you remove the - "instanceof" from
<bind pointcut="execution(void $instanceof{com.blabla.ManagedElement}->set*(..))">
it work, but we want to use "instanceof" with entites.
Do you think compile time will solve the problem.
How can i compile if the interceptor is in the server jar and the classes that intercepted are in the model.
where the aop file should be?
how can i tell to the maven plugin that the files that are intercepted package in another jar?
thanks a lot
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097262#4097262
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097262
More information about the jboss-user
mailing list