On Apr 4, 2013, at 8:50 AM, Emmanuel Bernard <emmanuel(a)hibernate.org> wrote:
For JNDI, the problem is that other components access JNDI to get a reference to
ValidatorFactory before CDI is started, so I envisioned something like that:
If the container picks up @Resource or xml descriptor jndi reference, then the component
and the lookup becomes dependent to the binder service start, i.e. all is fine as long as
binds are done only when that factory is ready to run.
--E