-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
2.3.4.Final
-
None
I'm using RESTeasy with Spring support via its Spring plugin, If I try to use property placeholders in beans at singleton scope these placeholders remains unintialized after bean instantiation, if I use the standard implementation of ContextLoaderListener that comes with Spring all property placeholders in my singleton beans are correctly resolved and I can use then in my REST services.
- is cloned by
-
RESTEASY-197 RESTeasy implementation of Spring ContextLoaderListener doesn't resolve property placeholders on Spring beans at singleton scope.
- Closed