Re: Camel XSLT Problem

2012-04-20 Thread Claus Ibsen
> Regards Michael > > -- > Michael Szalay > Senior Software Engineer > > basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22 > http://www.basis06.ch - source of smart business > > - Ursprüngliche Mail - > Von: "Willem Jiang"

Re: Camel XSLT Problem

2012-04-19 Thread Willem Jiang
Can you fill a JIRA and submit a simple test case to reproduce the error? It could be helpful for us to trace the issue. On Thu Apr 19 22:05:46 2012, Michael Szalay wrote: Now there is the same error, the message is Caused by: java.io.FileNotFoundException: Cannot find resource in classpath fo

Re: Camel XSLT Problem

2012-04-19 Thread Michael Szalay
-- Michael Szalay Senior Software Engineer basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22 http://www.basis06.ch - source of smart business - Ursprüngliche Mail - Von: "Willem Jiang" An: users@camel.apache.org Gesendet: Donnerstag, 19. April 2012 15:49:55 Betreff: Re:

Re: Camel XSLT Problem

2012-04-19 Thread Willem Jiang
XsltComponent was moved the camel-core from camel-spring since Camel 2.9.0. But I don't think it break the resource loading from class path. Can you try to use the uri like this ? "xslt:com/mycompany/test.xsl". On Thu Apr 19 16:54:18 2012, Michael Szalay wrote: Hi all Because of bug https://is

Camel XSLT Problem

2012-04-19 Thread Michael Szalay
Hi all Because of bug https://issues.apache.org/jira/browse/CAMEL-4913 I tried to migrate from Camel 2.8.4 to Camel 2.9.2. Now, all my "xslt:"-endpoints do not work anymore. We load the xslt as a resource from classpath, i.e. "xslt:com.mycompany/test.xsl". This worked in 2.8.4, but does not wo