Re: Sling and link rewriter

2016-06-17 Thread Ben Fortuna
Hi Oliver, Actually I just got it working now. I had some configuration issues to work through, but ended up with the following additional bundles to install: * cocoon-serializers-charsets-1.0.0.jar (NOTE: version 1.0.2 didn't work) * org.apache.sling.commons.html-1.0.0.jar *

Re: Sling and link rewriter

2016-06-14 Thread Oliver Lietz
On Saturday 11 June 2016 18:39:08 Ben Fortuna wrote: > Just to follow up on this, I discovered the OBR version of sling rewriter > is old (1.0.4) so when I installed from maven central (1.1.2) I am not > seeing the same errors. Here is the link if anyone is interested: > >

Re: Sling and link rewriter

2016-06-11 Thread Ben Fortuna
Just to follow up on this, I discovered the OBR version of sling rewriter is old (1.0.4) so when I installed from maven central (1.1.2) I am not seeing the same errors. Here is the link if anyone is interested:

Re: Sling and link rewriter

2016-06-10 Thread Ben Fortuna
Hi Oliver, Yes I did refresh after installing, however I couldn't find a standard OSGi bundle for cocoon, so I just embedded the cocoon-serializers JAR to my own bundle. So it's possible I am not exporting all of the required packages. Are there standard cocoon bundles I should use for the

Re: Sling and link rewriter

2016-06-10 Thread Oliver Lietz
On Thursday 09 June 2016 18:20:31 Ben Fortuna wrote: > Hi, Hi Ben, > I am seeing a curious error when I try to inject a link transformer in the > rewriter pipeline of Sling 8 (running in docker). It tells me that the > HtmlSerializerFactory can't find the HtmlSerializer class, even though it >

Sling and link rewriter

2016-06-09 Thread Ben Fortuna
Hi, I am seeing a curious error when I try to inject a link transformer in the rewriter pipeline of Sling 8 (running in docker). It tells me that the HtmlSerializerFactory can't find the HtmlSerializer class, even though it is an inner class of the factory. I suspect the problem is that the