Why?
This is just scheduling of deployments. It says, I'm going to deploy
these components.
The real deployment is done width first in a staged manner.
So it should be case that for example in aop, it does:
Stage 1) Parse *all* aop configurations into aop metadata
Stage 2) Add *all* aop metadata (including those passed in the predetermined objects
rather than parsed from xml) to the aspect manager
Stage 3) Create *all* classloaders
Stage 4) Use the aop enhanced classes in other deployers/runtime
I don't see the need to differentiate inner from outer deployments?
Is there a case where stage N of an outer deployment depends
upon stage N of an inner deployment?
Why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977244#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...