<?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: [resolved] problem with tFileExcelWorkbookOpen in karaf, v5.2.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311958#M82952</link>
    <description>I tested with the latest v5.5.1, the problem is the same...</description>
    <pubDate>Thu, 14 Aug 2014 17:00:03 GMT</pubDate>
    <dc:creator>xsasiela</dc:creator>
    <dc:date>2014-08-14T17:00:03Z</dc:date>
    <item>
      <title>[resolved] problem with tFileExcelWorkbookOpen in karaf, v5.2.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311957#M82951</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;is someone have problem with the use of tFileExcelWorkbookOpen component in Karaf with a job called by a cTalendJob in a route?&lt;BR /&gt;It works fine in Studio, but not in Karaf.&lt;BR /&gt;It seems to be an api conflict between xml apis: SAX in component and Xerces embedded in Karaf, i don't know how i can resolve it properly.&lt;BR /&gt;I have a message like this if i use a component which use xml api with the excel component in the same job(like extractxmlfield or trouteinput, or others...):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;org.dom4j.DocumentException:SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader Nested exception: SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Add libraryload component with saxon.jar, saxon-dom.jar, dom4j.jar, poi..all-dependancies.jar doesn't resolve the problem.&lt;BR /&gt;It looks like to work if i add a BundleID property in the xx_java.xml file of the excel component and if i add the POI...all_dependancy.jar in the deploy folder of Karaf. But i don't like this solution because i don't want to have sides effects with others bundles deployed (with the POI...all-dependancy.jar deployed as bundle).&lt;BR /&gt;This problem talking to someone?&lt;BR /&gt;thanks.&lt;BR /&gt;Xavier&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311957#M82951</guid>
      <dc:creator>xsasiela</dc:creator>
      <dc:date>2024-11-16T11:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tFileExcelWorkbookOpen in karaf, v5.2.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311958#M82952</link>
      <description>I tested with the latest v5.5.1, the problem is the same...</description>
      <pubDate>Thu, 14 Aug 2014 17:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311958#M82952</guid>
      <dc:creator>xsasiela</dc:creator>
      <dc:date>2014-08-14T17:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tFileExcelWorkbookOpen in karaf, v5.2.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311959#M82953</link>
      <description>It looks like an incompatibility between the xml-api jar which comes with the apache poi api and the xml implementation shipped with the Karaf container. The component does not carries a xml parser, it uses the default parser from the JVM.
&lt;BR /&gt;Could you tell me what xml parser implementation the Karaf container uses?
&lt;BR /&gt;The jar file shipped with the component contains the classes of the following jars:
&lt;BR /&gt;poi-ooxml-3.10-FINAL.jar&amp;nbsp;
&lt;BR /&gt;poi-3.10-FINAL.jar
&lt;BR /&gt;commons-codec-1.5.jar
&lt;BR /&gt;poi-ooxml-schemas-3.10-FINAL.jar
&lt;BR /&gt;xmlbeans-2.3.0.jar
&lt;BR /&gt;stax-api-1.0.1.jar
&lt;BR /&gt;dom4j-1.6.1.jar
&lt;BR /&gt;xml-apis-1.0.b2.jar
&lt;BR /&gt;You can remove my jar and use these jar and if you find another implementation of one of them you could try to use the existing one shipped with the Karaf container.</description>
      <pubDate>Thu, 14 Aug 2014 21:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311959#M82953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-14T21:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tFileExcelWorkbookOpen in karaf, v5.2.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311960#M82954</link>
      <description>I Jan,
&lt;BR /&gt;thanks for your answer!
&lt;BR /&gt;I think karaf embedded&amp;nbsp;&amp;nbsp;org.xml.sax in the JRE default package, but there is xerces too as default package deployed with the camel-core bundle.
&lt;BR /&gt;I'll try to separate API's and add sax or xerces to jar files in the component.
&lt;BR /&gt;I'll tell you if it works.
&lt;BR /&gt;Xavier</description>
      <pubDate>Mon, 18 Aug 2014 08:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311960#M82954</guid>
      <dc:creator>xsasiela</dc:creator>
      <dc:date>2014-08-18T08:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] problem with tFileExcelWorkbookOpen in karaf, v5.2.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311961#M82955</link>
      <description>It works!
&lt;BR /&gt;I build the &amp;lt;CODEGENERATION&amp;gt; section of the java.xml file of&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileExcelWorkbookOpen&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;component like this (with .jar corresponding):
&lt;BR /&gt;
&lt;PRE&gt;&amp;lt;CODEGENERATION&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;IMPORTS&amp;gt;&lt;BR /&gt;&amp;nbsp; 	&amp;nbsp;&amp;lt;IMPORT NAME="tFileExcelPOI" MODULE="de.jar" REQUIRED="true"/&amp;gt;&lt;BR /&gt;	&amp;nbsp;&amp;lt;IMPORT NAME="xmlbeans" MODULE="xmlbeans-2.3.0.jar" REQUIRED="true" /&amp;gt;&lt;BR /&gt;	&amp;nbsp;&amp;lt;IMPORT NAME="commons-codec" MODULE="commons-codec-1.5.jar" REQUIRED="true"/&amp;gt;&lt;BR /&gt;	&amp;nbsp;&amp;lt;IMPORT NAME="dom4j" MODULE="dom4j-1.6.1.jar" REQUIRED="true"/&amp;gt;&lt;BR /&gt;	&amp;nbsp;&amp;lt;IMPORT NAME="poi-ooxml" MODULE="poi-ooxml-3.10-FINAL.jar" REQUIRED="true"/&amp;gt;&lt;BR /&gt;	&amp;nbsp;&amp;lt;IMPORT NAME="poi-ooxml-schemas" MODULE="poi-ooxml-schemas-3.10-FINAL.jar" REQUIRED="true"/&amp;gt;&lt;BR /&gt;	&amp;nbsp;&amp;lt;IMPORT NAME="stax-api" MODULE="stax-api-1.0.1.jar" REQUIRED="true"/&amp;gt;&lt;BR /&gt;	&amp;nbsp;&amp;lt;IMPORT NAME="xml-apis" MODULE="xml-apis-1.0.b2.jar" REQUIRED="true"/&amp;gt;&lt;BR /&gt;	&amp;nbsp;&amp;lt;IMPORT NAME="poi" MODULE="poi-3.10-FINAL.jar" REQUIRED="true"/&amp;gt;&lt;BR /&gt;	&amp;lt;/IMPORTS&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/CODEGENERATION&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;Xavier</description>
      <pubDate>Mon, 18 Aug 2014 10:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-problem-with-tFileExcelWorkbookOpen-in-karaf-v5-2-1/m-p/2311961#M82955</guid>
      <dc:creator>xsasiela</dc:creator>
      <dc:date>2014-08-18T10:34:48Z</dc:date>
    </item>
  </channel>
</rss>

