Exception in thread "main" org.milyn.cdr.SmooksConfigurationException: Error invoking @Initialize method 'initialize' on class 'org.milyn.templating.freemarker.FreeMarkerTemplateProcessor'. at org.milyn.cdr.annotation.Configurator.invoke(Configurator.java:423) at org.milyn.cdr.annotation.Configurator.initialise(Configurator.java:405) at org.milyn.cdr.annotation.Configurator.configure(Configurator.java:88) at org.milyn.cdr.annotation.Configurator.configure(Configurator.java:63) at org.milyn.templating.freemarker.FreeMarkerContentHandlerFactory.create(FreeMarkerContentHandlerFactory.java:89) at org.milyn.delivery.ContentDeliveryConfigBuilder$ContentHandlerExtractionStrategy.addCDU(ContentDeliveryConfigBuilder.java:619) at org.milyn.delivery.ContentDeliveryConfigBuilder$ContentHandlerExtractionStrategy.applyCDUStrategy(ContentDeliveryConfigBuilder.java:566) at org.milyn.delivery.ContentDeliveryConfigBuilder$ContentHandlerExtractionStrategy.applyStrategy(ContentDeliveryConfigBuilder.java:532) at org.milyn.delivery.ContentDeliveryConfigBuilder$SmooksResourceConfigurationTableIterator.iterate(ContentDeliveryConfigBuilder.java:707) at org.milyn.delivery.ContentDeliveryConfigBuilder$SmooksResourceConfigurationTableIterator.access$300(ContentDeliveryConfigBuilder.java:686) at org.milyn.delivery.ContentDeliveryConfigBuilder.extractContentHandlers(ContentDeliveryConfigBuilder.java:480) at org.milyn.delivery.ContentDeliveryConfigBuilder.load(ContentDeliveryConfigBuilder.java:345) at org.milyn.delivery.ContentDeliveryConfigBuilder.getConfig(ContentDeliveryConfigBuilder.java:146) at org.milyn.container.standalone.StandaloneExecutionContext.(StandaloneExecutionContext.java:88) at org.milyn.container.standalone.StandaloneExecutionContext.(StandaloneExecutionContext.java:62) at org.milyn.Smooks.createExecutionContext(Smooks.java:356) at org.milyn.Smooks.createExecutionContext(Smooks.java:324) at org.milyn.Smooks.filterSource(Smooks.java:422) at org.jboss.tools.smooks.launch.SmooksLauncher.main(SmooksLauncher.java:94) Caused by: org.milyn.cdr.SmooksConfigurationException: Error loading Templating resource: Target Profile: [[org.milyn.profile.profile#default_profile]], Selector: [#document], Selector Namespace URI: [null], Resource: [ <#list .vars[".vars["PERIODIC_TABLE"]["ATOM"][0]!"] as ATOM>

${.vars["ATOM"]["NAME"][0]!}

${.vars["ATOM"]["SYMBOL"][0]!}

], Num Params: [4] at org.milyn.templating.AbstractTemplateProcessor.initialize(AbstractTemplateProcessor.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.milyn.cdr.annotation.Configurator.invoke(Configurator.java:419) ... 18 more Caused by: freemarker.core.ParseException: Encountered "PERIODIC_TABLE" at line 3, column 26. Was expecting one of: "]" ... "." ... "[" ... "(" ... "?" ... "!" ... ... "??" ... "+" ... "-" ... "*" ... "/" ... "%" ... "!=" ... "=" ... "==" ... ">=" ... ... ">" ... ... ... ... ".." ... ... ... at freemarker.core.FMParser.generateParseException(FMParser.java:4690) at freemarker.core.FMParser.jj_consume_token(FMParser.java:4561) at freemarker.core.FMParser.DynamicKey(FMParser.java:888) at freemarker.core.FMParser.AddSubExpression(FMParser.java:720) at freemarker.core.FMParser.PrimaryExpression(FMParser.java:273) at freemarker.core.FMParser.UnaryExpression(FMParser.java:319) at freemarker.core.FMParser.MultiplicativeExpression(FMParser.java:435) at freemarker.core.FMParser.AdditiveExpression(FMParser.java:385) at freemarker.core.FMParser.RangeExpression(FMParser.java:556) at freemarker.core.FMParser.RelationalExpression(FMParser.java:511) at freemarker.core.FMParser.EqualityExpression(FMParser.java:476) at freemarker.core.FMParser.AndExpression(FMParser.java:585) at freemarker.core.FMParser.OrExpression(FMParser.java:608) at freemarker.core.FMParser.Expression(FMParser.java:221) at freemarker.core.FMParser.List(FMParser.java:1253) at freemarker.core.FMParser.FreemarkerDirective(FMParser.java:2375) at freemarker.core.FMParser.Content(FMParser.java:2616) at freemarker.core.FMParser.OptionalBlock(FMParser.java:2784) at freemarker.core.FMParser.Root(FMParser.java:2956) at freemarker.template.Template.(Template.java:149) at freemarker.template.Template.(Template.java:167) at org.milyn.templating.freemarker.FreeMarkerTemplateProcessor.loadTemplate(FreeMarkerTemplateProcessor.java:121) at org.milyn.templating.AbstractTemplateProcessor.initialize(AbstractTemplateProcessor.java:139) ... 23 more