Its just dawned on me I need to prepare the objects for runtime instrumentation as in the dynamic-aop example using a jboss-aop.xml defined in the jvm args using -Djboss.aop.path=jboss-aop.xml.
<?xml version="1.0" encoding="UTF-8"?> | <aop> | | <prepare expr="all(POJO)"/> | | </aop> When I do that it works fine, but its was hard to find. Thanks again for adding this feature. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951469#3951469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951469 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
