Setting to allow delayed access to CDI

Description

defines the best case option for handling the chicken/egg problem between CDI and JPA using a specific notification event (as a BeanManager lifecycle event) that the BeanManager is ready for use.

However, it is also possible to define a setting that allows telling Hibernate to delay access to the CDI BeanManager until it is needed on first use. There is some danger in this solution as it moves the throwing of potential exceptions that should fail the deployment until runtime after deployment has succeeded.

Activity

Show:
Fixed

Details

Assignee

Reporter

Time tracking

1.7h logged

Fix versions

Priority

Created January 25, 2016 at 7:46 PM
Updated February 10, 2016 at 5:13 PM
Resolved January 25, 2016 at 9:33 PM