Sorry, it was my fault. I've used void as an aspect: | public void render(Invocation inv) |
Changing it to return an Object fixes the issue. While using a void aspect worked with classical class construction it failed with reflection. I know that it's my bad, but this inconsistency probably needs a fix. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115370#4115370 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115370 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
