Description
When defining actions in a bundle with type freemarker and including the result template, the FreemarkerManager doesn't look for the template in bundles.
I believe this is due to a refactoring in FreemarkerManager which now has a createTemplateLoader method, but the OSGi BundleFreemarkerManager is till using getTamplateLoader which is never called.