[jboss-as7-dev] Hibernate Validator and CDI on AS

Eduardo Martins emartins at redhat.com
Thu Apr 4 11:42:53 EDT 2013


On Apr 4, 2013, at 8:50 AM, Emmanuel Bernard <emmanuel at 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


More information about the jboss-as7-dev mailing list