Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.5
-
None
Description
CODI-1.0.5 added a 'validation' for qualifiers of the bean. In fact this is too strict. This only makes sense for injected EntityManagers, but not if you like to store information which has nothing to do with EntityManagers.
In our case we e.g. like to track information we collect via @PostUpdate JPA EntityListeners and evaluate them in the @PreDestroy of an @TransactionScoped bean. This is explicitely default scoped and not assigned to any special EntityManager!