Mark Struberg created EXTCDI-305: ------------------------------------ Summary: review validation of EXTCDI-265 Key: EXTCDI-305 URL: https://issues.apache.org/jira/browse/EXTCDI-305 Project: MyFaces CODI Issue Type: Bug Components: JEE-JPA1-Module Affects Versions: 1.0.5 Reporter: Mark Struberg Assignee: Mark Struberg
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! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira