Hello, I’ve configured Scripting Thymelead 0.1.7 snapshot as follows:
- Extension ‚html‘ for the Script Engine Factory - '/apps/foo/bar/*.html‘ as pattern for template mode HTML When calling my page (/imprint.html), i just get a page with the template path as content (fallback to StringTemplateResolver). As you can see in the log, the HTML template resolver appears not to be configured 04.12.2015 17:44:02.193 *INFO* [qtp934934504-72] org.apache.sling.scripting.thymeleaf Service [org.apache.sling.scripting.thymeleaf.internal.ThymeleafScriptEngineFactory,461, [javax.script.ScriptEngineFactory]] ServiceEvent REGISTERED 04.12.2015 17:44:02.196 *INFO* [qtp934934504-72] org.apache.sling.scripting.thymeleaf Service [org.apache.sling.scripting.thymeleaf.internal.ResourceBundleMessageResolver,460, [org.thymeleaf.messageresolver.IMessageResolver]] ServiceEvent REGISTERED 04.12.2015 17:44:04.801 *INFO* [0:0:0:0:0:0:0:1 [1449247444798] GET /imprint.html HTTP/1.1] org.thymeleaf.TemplateEngine [THYMELEAF] INITIALIZING TEMPLATE ENGINE 04.12.2015 17:44:04.814 *INFO* [0:0:0:0:0:0:0:1 [1449247444798] GET /imprint.html HTTP/1.1] org.thymeleaf.TemplateEngine.CONFIG Initializing Thymeleaf Template engine configuration... [THYMELEAF] TEMPLATE ENGINE CONFIGURATION: [THYMELEAF] * Cache Manager implementation: org.thymeleaf.cache.StandardCacheManager [THYMELEAF] * Template resolvers: [THYMELEAF] * org.thymeleaf.templateresolver.StringTemplateResolver [THYMELEAF] * Message resolvers: [THYMELEAF] * org.thymeleaf.messageresolver.StandardMessageResolver [THYMELEAF] * Dialect: Standard (org.thymeleaf.standard.StandardDialect) [THYMELEAF] * Prefix: "th" [THYMELEAF] TEMPLATE ENGINE CONFIGURED OK 04.12.2015 17:44:04.814 *INFO* [0:0:0:0:0:0:0:1 [1449247444798] GET /imprint.html HTTP/1.1] org.thymeleaf.TemplateEngine [THYMELEAF] TEMPLATE ENGINE INITIALIZED What is wrong or missing here? Thanks in advance! Helge
