[jboss-dev-forums] [Design of POJO Server] - Re: Intercepting ManagedComponent ctor
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Apr 28 10:11:30 EDT 2009
The first call to a ManagedComponentImpl would be after the various bootstrap kernel deployments (bootstrap/*.xml of jboss AS) have been deployed and the ProfileServiceBootstrap runs. However, this class is referenced by a number of MC classes, so I'm not sure when its first loaded. Its probably when the bootstrap/deployers.xml ManagedObjectFactory bean is instantiated.
Before another MainDeployer aspect was creating some of the ManagedObjects. That code is gone now.
The question is whether I should be able to have an aspect in one of the bootstrap/*.xml deployments applied to the ManagedComponentImpl ctor?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227298#4227298
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227298
More information about the jboss-dev-forums
mailing list