You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I see the problem. JMustacheTemplateLoader and MustacheJTemplateFactory both rely on the application context injecting the ResourceLoader via implementing ResourceLoaderAware.
I posted a similar question to SO about java-based configuration: http://stackoverflow.com/questions/25311299/spring-java-based-config-resourceloader
Is this correct? I am getting a null pointer from a missing ResourceLoader.
The text was updated successfully, but these errors were encountered: