[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: Deployer order solely based on inputs/outputs now?

bill.burke@jboss.com do-not-reply at jboss.com
Fri Sep 7 12:03:47 EDT 2007


anonymous wrote : EAR subdeployments are always going to piecemeal unless you make
  | them wait for their dependencies.
  | If its non-deterministic then nothing is going to work, its just random.
  | 

1. Parsing deployer runs generating metadata for each EJB in the EAR
2. Describe deployer runs adding dependency metadata for each EJB
3. Component deployer runs, creating EJB beans with "real" kernel dependencies based on metadata in step #2.

Again, this would be for @EJB and @PC refs that do not have a mapped-name defined.  Metadata refs with mapped-name specified don't have the ambiguity that @EJB and @PC might have that don't have mapped-name defined.

FYI, my question on DependencyItem is simple.  When does it get invoked upon.  What triggers it.  If i know this information, then I can proceed.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082229#4082229

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082229



More information about the jboss-dev-forums mailing list