Re: Exception when trying out the fling sample

2016-05-01 Thread Oliver Lietz
On Sunday 01 May 2016 11:49:18 Roy Teeuwen wrote: > Hey Olivier, Hi Roy, > Thanks for the explanation! For me real the benefit would be that I could > take a vanilla sling launchpad and install the project where I would add a > config file making the thymeleaf engine a higher service ranking and

Re: Exception when trying out the fling sample

2016-05-01 Thread Roy Teeuwen
Hey Olivier, Thanks for the explanation! For me real the benefit would be that I could take a vanilla sling launchpad and install the project where I would add a config file making the thymeleaf engine a higher service ranking and it would all work without any manual action of the user in the

Re: Exception when trying out the fling sample

2016-05-01 Thread Oliver Lietz
On Sunday 01 May 2016 10:05:33 Vlad Bailescu wrote: > Hi, > > My comments are inline. > > On Sunday, 1 May 2016, Oliver Lietz wrote: > > On Saturday 30 April 2016 22:04:57 Vlad Bailescu wrote: > > > On Saturday, 30 April 2016, Oliver Lietz > > >

Re: Exception when trying out the fling sample

2016-05-01 Thread Oliver Lietz
On Saturday 30 April 2016 22:04:57 Vlad Bailescu wrote: > On Saturday, 30 April 2016, Oliver Lietz wrote: > > (service ranking is not honored by Sling's script engine manager, no need > > to try). > > Any idea why this is not a bug? Why do you think it should be a bug?

Re: Exception when trying out the fling sample

2016-04-30 Thread Vlad Bailescu
On Saturday, 30 April 2016, Oliver Lietz wrote: > (service ranking is not honored by Sling's script engine manager, no need > to try). Any idea why this is not a bug? https://issues.apache.org/jira/browse/SLING-4330 > > I was under the impression SLING-4330 is about

Re: Exception when trying out the fling sample

2016-04-30 Thread Oliver Lietz
On Saturday 30 April 2016 19:17:34 Roy Teeuwen wrote: > Hello all, Hello Roy, > When navigating to fling.html after installing the fling samples I get > following exception, any thought on what is going wrong? Parsing error in > template /apps/fling/page/simple/html.html at line 20: extraneous

Re: Exception when trying out the fling sample

2016-04-30 Thread Roy Teeuwen
Hey Vlad, Thanks. I changed the HTML 5 Template Handler pattern to *.html and the Thymeleaf Script Engine Factory service ranking to 150 in the felix config manager. But still I get the same error. I don’t see anything about this in the docs you sent? Deactivating the sightly engine bundle

Re: Exception when trying out the fling sample

2016-04-30 Thread Vlad Bailescu
Hi Roy, It seems Thymeleaf is not handling the HTML scripts, they get processed by Sightly instead. You could check the configured service ranking of Thymeleaf, as suggested in https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.html Best, Vlad On Saturday, 30 April

Exception when trying out the fling sample

2016-04-30 Thread Roy Teeuwen
Hello all, When navigating to fling.html after installing the fling samples I get following exception, any thought on what is going wrong? Parsing error in template /apps/fling/page/simple/html.html at line 20: extraneous input '(' expecting {'}', '.', '&&', '||', '[', '@'} for expression