-
Bug
-
Resolution: Done
-
Minor
-
3.0.5.Final
-
None
In order for Probe to properly work, it needs to go first amongst other extension, especially in its AfterDeploymentValidation observer which is needed to move Probe into a "ready" state.
See this email discussion for more info.
This can be done in CDI 2.0 using Priority(0) on given observer method.