On 9 Sep 2008, at 17:35, Adrian Brock wrote:
On Tue, 2008-09-09 at 17:42 +0100, Kabir Khan wrote:
>> but why does aop, ejb3, web take more than
>> one second to just create the deployers?
>
> Is this indicated by the following in kernel-details.html?
>
> `-- vfsfile:/home/ejort/jboss-head/build/output/jboss-5.0.0.CR2/
> server/
> default/deployers/jboss-aop-jboss5.deployer/
> 1489
Yes. If you look at deployer-details.xml, you'll
see it is the aspect library going through the
BeanMetaDataDeployer
AspectLibrary 1487
And going back to kernel-details
AspectLibrary.start() is 1432 millis
On startup, it parses and deploys the information from base-
aspects.xml. I don't really think it makes sense to look at that until
I have switched to use the MC based AOP deployers, for which
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173781#...
is the outstanding issue.