<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: XSLT file in Talend ESB runtime classpath in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369565#M132700</link>
    <description>To put something in the classpath you should put it into a jar file and load that file with tLibraryLoad.
&lt;BR /&gt;But most components cannot deal with resources in a jar.
&lt;BR /&gt;The best way is actually to put such a resource on a fix location and refer to it with an absolute path.</description>
    <pubDate>Fri, 28 Oct 2016 10:49:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-28T10:49:47Z</dc:date>
    <item>
      <title>XSLT file in Talend ESB runtime classpath</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369562#M132697</link>
      <description>Hi&lt;BR /&gt;I am using cMessagingEndpoint for xslt. It works locally in studio, however while deploying the same in ESB run time I am getting the following error:&lt;BR /&gt;&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/10/27 15:39:10 | Caused by: java.io.FileNotFoundException: \etc\mytransform.xsl (The system cannot find the path specified)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/10/27 15:39:10 | 	at java.io.FileInputStream.open(Native Method)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/10/27 15:39:10 | 	at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:146)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/10/27 15:39:10 | 	at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:101)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/10/27 15:39:10 | 	at org.apache.camel.util.ResourceHelper.resolveResourceAsInputStream(ResourceHelper.java:111)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/10/27 15:39:10 | 	at org.apache.camel.util.ResourceHelper.resolveMandatoryResourceAsInputStream(ResourceHelper.java:87)&lt;BR /&gt;INFO &amp;nbsp; | jvm 1 &amp;nbsp; &amp;nbsp;| 2016/10/27 15:39:10 | 	at org.apache.camel.builder.xml.XsltUriResolver.resolve(XsltUriResolver.java:89)&lt;BR /&gt;&lt;BR /&gt;Please help how to set the xslt file in talend run time classpath and how to configure the same in cMessagingEndpoint component.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vishnu</description>
      <pubDate>Sat, 16 Nov 2024 10:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369562#M132697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: XSLT file in Talend ESB runtime classpath</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369563#M132698</link>
      <description>... and is the file available in this location on your runtime server?&lt;BR /&gt;The path looks like the server should run Windows, otherwise the path can hardly work.&lt;BR /&gt;If your server runs Linux and you develop under Windows, it is a good practice to always write a file path as UNIX path because Java can resolve such a path unter Windows in the c-drive.&amp;nbsp;</description>
      <pubDate>Thu, 27 Oct 2016 18:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369563#M132698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-27T18:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: XSLT file in Talend ESB runtime classpath</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369564#M132699</link>
      <description>Yes, the talend esb runtime is in Windows. The xsl file in the same location however it does not take that file and gives the file not found error. Only absolute path is working. what is the best way to set that xslt file in classpath. I tried many ways but none of them working and gives the file not found exception.&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vishnu</description>
      <pubDate>Fri, 28 Oct 2016 09:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369564#M132699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T09:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: XSLT file in Talend ESB runtime classpath</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369565#M132700</link>
      <description>To put something in the classpath you should put it into a jar file and load that file with tLibraryLoad.
&lt;BR /&gt;But most components cannot deal with resources in a jar.
&lt;BR /&gt;The best way is actually to put such a resource on a fix location and refer to it with an absolute path.</description>
      <pubDate>Fri, 28 Oct 2016 10:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XSLT-file-in-Talend-ESB-runtime-classpath/m-p/2369565#M132700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T10:49:47Z</dc:date>
    </item>
  </channel>
</rss>

