"[email protected]" 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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to