Scott was mentioning that he wants to move the security codebase in the aspects module to either the security module or reuse the security module.
Are there any major issues with this? Apart from the caution that needs to be presented for embeded ejb3 (such that JBoss sideeffects do not creep in).
I think this should be fine for the aop/aspects projects. The interface for the aspects is well defined via the Invocation object, but the content of the aspects is more bound to the application server version.