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.
- clones
-
RESTEASY-787 CLONE - RESTeasy implementation of Spring ContextLoaderListener doesn't resolve property placeholders on Spring beans at singleton scope.
- Closed