]
Eduardo Martins updated WFLY-4243:
----------------------------------
Summary: Resource-def annotations in non component classes not bound (was: Appclient
resource-def annotations bindings missing in module)
Resource-def annotations in non component classes not bound
-----------------------------------------------------------
Key: WFLY-4243
URL:
https://issues.jboss.org/browse/WFLY-4243
Project: WildFly
Issue Type: Bug
Components: EE
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Resource definitions annotated on app client component classes are missing from module,
due such classes are not processed by ModuleJNDIProcessor. The abstract
ResourceDefinitionAnnotationProcessor should not add such bindings to class binding
configurations.