1) You can just introduce an interface. What will happen is that if the method already exist JBoss AOP will do nothing. If it doesn't exist, then it will implement the method and hope that a specific advice/interceptor will provide an implementation for the method.
| <introduction class="org.acme.MyClass"> | <interfaces>java.io.Serializable</interfaces> | </introduction> | 2) If you want this in jboss, please enter in a feature request at jira.jboss.com. We do not support this at this time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871529#3871529 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871529 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
