[jboss-dev-forums] [Design of POJO Server] - Re: migrating TransactionManager and Invokers to POJO
adrian@jboss.org
do-not-reply at jboss.com
Mon Mar 31 10:52:57 EDT 2008
"alesj" wrote :
| Or do we really create proxy instance (if AOP present) for instance annotations?
|
We need the instance proxy if we actually bind aop advices for runtime uses.
In this case, we just want to use the pointcut language to decide what extra
operations should be performed on the instance during deployment.
When I originally wrote it, the @JMX added an aop introduction to the class
for the KernelControllerContextAware.
This intercepted the setKernelControllerContext() but that's not how it
should be working now?
If it is how it still works, then it isn't what I asked you and Kabir to do for this task
http://jira.jboss.com/jira/browse/JBMICROCONT-77
e.g. When we implement JBMICROCONT-78 there won't even be an
instance of the POJO to intercept, just a registration in JMX with an option to "start()"
that will create the instance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140180#4140180
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140180
More information about the jboss-dev-forums
mailing list