[jboss-user] [Microcontainer] - Re: Deployers Ordering

alesj do-not-reply at jboss.com
Thu Jun 25 06:44:07 EDT 2009


"richard.opalka at jboss.com" wrote : Example of use case that shold fail but won't:
  | 
  | Deployer1:
  |  - stage: PRE_REAL
  |  - inputs: output1
  | Deployer2:
  |  - stage: REAL
  |  - outputs: output1
  | 
  | PRE_REAL is before REAL. Current domino sorting algorithm will not detect it.
I never said creating a deployer is completely trivial.
I mean, the actual impl with all the existing helpers/abstract deployers, is trivial,
but how to properly set stage and inputs/outputs is more difficult task that it first appears.

But that's why we already provide you with Deployers statistics (off by default),
which show you 
* deployer inputs/outputs
* deployer times
See DeployersImpl for more details.

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

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



More information about the jboss-user mailing list