]
Stuart Douglas commented on WFLY-3336:
--------------------------------------
When you add a dependency on spring are you also telling it to import the annotations?
Injection of SpringBean into EJB doesn't work if Spring is
installed as static module
-------------------------------------------------------------------------------------
Key: WFLY-3336
URL:
https://issues.jboss.org/browse/WFLY-3336
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: EJB
Affects Versions: 8.1.0.CR1
Reporter: Tomas Repel
Assignee: David Lloyd
If you inject SpringBean into EJB using SpringBeanAutowiringInterceptor and the Spring
core jars are available as static module, the injection doesn't work.
Reproducer:
https://github.com/trepel/WFLY-3336-Reproducer