I'm doing some tests right now, i believe it has something to do with encoding, maybe binary to string/text conversion. I had problems with FOP in the past, where i had to read the stylesheets and explicitly treat them as UTF-8 , otherwise the XLST processor
would crash.

Without this trick FOP pdf's would be no more, maybe this is the same case (???) :

String hojaEstilo = getStyleSheet(SXSL);
byte[] contenido = hojaEstilo.getBytes("UTF-8");
stream = new CUFopProcess().renderXmlFromByteArrays(xml .toString().getBytes("UTF-8"), contenido, SXML);


I'm using embedded jackrabbit-2.14.4 inside Glassfish 3.1.2 through jackrabbit-jca-connector 2.14.4 (have connection pool and JNDI resource setted up ), and finally through jackrabbit OCM 2.0 . Nothing else in between. We're just storing files in the datastore, only pdf files.


On 16/01/18 16:31, Julian Reschke wrote:
On 2018-01-16 15:52, Manuel López Blasi wrote:
Hi everyone,

i'm using the Export/Import feature, methods from Session. It backups nodes / subtrees to an xml file.
I'm also backing up Binary values, wich are encrypted pdf files.
...


FWIW; what Jackrabbit version are you using, and how do you connect to the store? Is there WebDAV remoting involved?


Reply via email to