<?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: tFileList Error &amp;quot;org.apache.oro cannot be resolved&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252574#M36176</link>
    <description>Hi&lt;BR /&gt;Finally I got the First Error Fixed which was regarding this "org.apache.oro".&lt;BR /&gt;I used the component load library to fix this part.&lt;BR /&gt;But for the second part I am still getting the error &lt;BR /&gt;Starting job loadSiteLevelTest at 18:52 25/09/2008.&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt;	org.talend.fileprocess cannot be resolved to a type&lt;BR /&gt;	org.talend.fileprocess cannot be resolved to a type&lt;BR /&gt;	at weekly_dashboard.loadsiteleveltest_0_1.loadSiteLevelTest.tFileList_1Process(loadSiteLevelTest.java:239)&lt;BR /&gt;	at weekly_dashboard.loadsiteleveltest_0_1.loadSiteLevelTest.tLibraryLoad_1Process(loadSiteLevelTest.java:340)&lt;BR /&gt;	at weekly_dashboard.loadsiteleveltest_0_1.loadSiteLevelTest.runJobInTOS(loadSiteLevelTest.java:455)&lt;BR /&gt;	at weekly_dashboard.loadsiteleveltest_0_1.loadSiteLevelTest.main(loadSiteLevelTest.java:369)&lt;BR /&gt;Job loadSiteLevelTest ended at 18:52 25/09/2008. &lt;BR /&gt;I did not find any thing about this "org.talend.fileprocess" do I need any Jar file or Talend had to do this by itself.&lt;BR /&gt;Code Snippet&lt;BR /&gt;org.talend.fileprocess.FileInputDelimited fid_tFileInputFullRow_1 = new org.talend.fileprocess.FileInputDelimited(&lt;BR /&gt;						((String) globalMap.get("tFileList_1_ERROR_MESSAGE"))&lt;BR /&gt;								+ "\\"&lt;BR /&gt;								+ ((String) globalMap&lt;BR /&gt;										.get("tFileList_1_CURRENT_FILE")),&lt;BR /&gt;						"ISO-8859-15", "", "\n", true, 0, 0, -1, -1, false);&lt;BR /&gt;Pls help.&lt;BR /&gt;Thanks&lt;BR /&gt;Surya</description>
    <pubDate>Fri, 26 Sep 2008 05:51:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-09-26T05:51:00Z</dc:date>
    <item>
      <title>tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252568#M36170</link>
      <description>Hi All 
&lt;BR /&gt;I wanted to use tFileList and iterate over tInputFileDelimited. Every thing works ok on the designer part but as soon as I run the Job it Fails 
&lt;BR /&gt;1) First Error 
&lt;BR /&gt;Attached Screen Shot 
&lt;BR /&gt;1) Step1 
&lt;BR /&gt;2) Step2 
&lt;BR /&gt;3) Step3 
&lt;BR /&gt;Starting job loadSiteLevel at 11:33 25/09/2008. 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; org.apache.oro cannot be resolved 
&lt;BR /&gt; org.apache.oro cannot be resolved 
&lt;BR /&gt; The method fid_(Integer) is undefined for the type loadSiteLevel 
&lt;BR /&gt; org.talend.fileprocess cannot be resolved to a type 
&lt;BR /&gt; org.talend.fileprocess cannot be resolved to a type 
&lt;BR /&gt; at weekly_dashboard.loadsitelevel_0_1.loadSiteLevel.tFileList_1Process(loadSiteLevel.java:322) 
&lt;BR /&gt; at weekly_dashboard.loadsitelevel_0_1.loadSiteLevel.runJobInTOS(loadSiteLevel.java:1599) 
&lt;BR /&gt; at weekly_dashboard.loadsitelevel_0_1.loadSiteLevel.main(loadSiteLevel.java:1507) 
&lt;BR /&gt;Job loadSiteLevel ended at 11:33 25/09/2008. 
&lt;BR /&gt;I tried a work around, I provided the Jar file to application as shown in step2 image, and now the job runs but as soon as I change any thing in the designer part it looses all the changes I made in the back end. 
&lt;BR /&gt;What to do regarding this? 
&lt;BR /&gt;2)Second Error 
&lt;BR /&gt;Attached Screen Shot 
&lt;BR /&gt;1) SecondErrorStep1 
&lt;BR /&gt;What I am getting is 
&lt;BR /&gt;After fixing the first error I try to Run my modified job this time It comes up with a different error 
&lt;BR /&gt;Starting job loadSiteLevel at 11:47 25/09/2008. 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; The method fid_(Integer) is undefined for the type loadSiteLevel 
&lt;BR /&gt; org.talend.fileprocess cannot be resolved to a type 
&lt;BR /&gt; org.talend.fileprocess cannot be resolved to a type 
&lt;BR /&gt; at weekly_dashboard.loadsitelevel_0_1.loadSiteLevel.tFileList_1Process(loadSiteLevel.java:391) 
&lt;BR /&gt; at weekly_dashboard.loadsitelevel_0_1.loadSiteLevel.runJobInTOS(loadSiteLevel.java:1599) 
&lt;BR /&gt; at weekly_dashboard.loadsitelevel_0_1.loadSiteLevel.main(loadSiteLevel.java:1507) 
&lt;BR /&gt;Job loadSiteLevel ended at 11:47 25/09/2008. 
&lt;BR /&gt;Tried to find similar errors in the forum but dint find any. 
&lt;BR /&gt;My Friend is using an older version of talend, he has not faced any such problem. 
&lt;BR /&gt;Pls help. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Surya</description>
      <pubDate>Sat, 16 Nov 2024 14:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252568#M36170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252569#M36171</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;1) First Error&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Import the class on 'Advanced settings' tab:
&lt;BR /&gt;//import java.util.List;
&lt;BR /&gt;import org.apache.oro.io.*;
&lt;BR /&gt;import org.apache.oro.text.regex.*;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;2)Second Error&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Can you show us the wrong generated code and how do you use method fid_(Integer) on tJava?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 25 Sep 2008 10:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252569#M36171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-25T10:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252570#M36172</link>
      <description>HI Shong 
  &lt;BR /&gt;Thanks for the quick reply 
  &lt;BR /&gt;For the First Error 
  &lt;BR /&gt;I am sorry but I dint understand/find the importing of class part. 
  &lt;BR /&gt;In the advance settings I don't see any thing where I can "Import the class". 
  &lt;BR /&gt;I can do that in the tJava component but I use that component for testing output from a Component. So in the production version I will not use tJava component. 
  &lt;BR /&gt;Attached the image for tFileList components advance settings. 
  &lt;BR /&gt;Any example would be really helpfull. 
  &lt;BR /&gt; 
  &lt;BR /&gt;Second Error Code 
  &lt;BR /&gt;// ============================================================================ 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// Copyright (c) 2005-2008, Talend Inc. 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// This source code has been automatically generated by Talend Open Studio 
  &lt;BR /&gt;// / JobDesigner (CodeGenerator version 3.0.0.M3_r17341). 
  &lt;BR /&gt;// You can find more information about Talend products at 
  &lt;A href="http://www.talend.com"&gt;www.talend.com&lt;/A&gt;. // You may distribute this code
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdEU"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdEU"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252570#M36172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-25T10:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252571#M36173</link>
      <description>Hello 
&lt;BR /&gt;1)For the first error: 
&lt;BR /&gt;I mean you should import the class in the advanced setting tab of tJava component, not tFileList. In tJava, you can use the class name directly after you import the class: 
&lt;BR /&gt;MyClass mc=new MyClass(); 
&lt;BR /&gt;In the production version, you can use the class like this: 
&lt;BR /&gt;org.apache.oro.io.MyClass mc=new org.apache.oro.io.MyClass(); 
&lt;BR /&gt;2) For the second error 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;/**&lt;BR /&gt; * start&lt;BR /&gt; */&lt;BR /&gt; ok_Hash.put("tJava_2", false);&lt;BR /&gt; start_Hash.put("tJava_2", System.currentTimeMillis());&lt;BR /&gt; currentComponent = "tJava_2";&lt;BR /&gt; String foo = "bar";&lt;BR /&gt; System.out.println(fid_((Integer) globalMap&lt;BR /&gt; .get("tFileInputDelimited_1_NB_LINE")));&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Here change the following code: 
&lt;BR /&gt;System.out.println(fid_((Integer) globalMap 
&lt;BR /&gt; .get("tFileInputDelimited_1_NB_LINE")));===&amp;gt;System.out.println(((Integer) globalMap 
&lt;BR /&gt; .get("tFileInputDelimited_1_NB_LINE"))); 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 25 Sep 2008 10:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252571#M36173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-25T10:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252572#M36174</link>
      <description>Hi 
  &lt;BR /&gt;I am unable to edit the code to make any changes 
  &lt;BR /&gt;Code Of the First Error. 
  &lt;BR /&gt;// ============================================================================ 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// Copyright (c) 2005-2008, Talend Inc. 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// This source code has been automatically generated by Talend Open Studio 
  &lt;BR /&gt;// / JobDesigner (CodeGenerator version 3.0.0.M3_r17341). 
  &lt;BR /&gt;// You can find more information about Talend products at 
  &lt;A href="http://www.talend.com"&gt;www.talend.com&lt;/A&gt;. 
  &lt;BR /&gt;// You may distribute this code under the terms of the GNU LGPL license 
  &lt;BR /&gt;// ( 
  &lt;A href="http://www.gnu.org/licenses/lgpl.html"&gt;http://www.gnu.org/licenses/lgpl.html&lt;/A&gt;). 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// ============================================================================ 
  &lt;BR /&gt;package weekly_dashboard.loadsiteleveltest_0_1; 
  &lt;BR /&gt;import routines.DataOperation; 
  &lt;BR /&gt;import routines.Mathematical; 
  &lt;BR /&gt;import routines.Numeric; import routines.Relational; impor
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md7Z"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md7Z"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 25 Sep 2008 11:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252572#M36174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-25T11:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252573#M36175</link>
      <description>Hi Surya,&lt;BR /&gt;you do not need to post your whole job &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;Please can you switch to the code view and take a look to right side. You will find there a red sign indicating that there is a compilation error. This must not be a problem of a missing import. It could be also a subsequent error of another problem. So please only give us the marked line and some lines before and after the code.&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Thu, 25 Sep 2008 21:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252573#M36175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-25T21:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252574#M36176</link>
      <description>Hi&lt;BR /&gt;Finally I got the First Error Fixed which was regarding this "org.apache.oro".&lt;BR /&gt;I used the component load library to fix this part.&lt;BR /&gt;But for the second part I am still getting the error &lt;BR /&gt;Starting job loadSiteLevelTest at 18:52 25/09/2008.&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt;	org.talend.fileprocess cannot be resolved to a type&lt;BR /&gt;	org.talend.fileprocess cannot be resolved to a type&lt;BR /&gt;	at weekly_dashboard.loadsiteleveltest_0_1.loadSiteLevelTest.tFileList_1Process(loadSiteLevelTest.java:239)&lt;BR /&gt;	at weekly_dashboard.loadsiteleveltest_0_1.loadSiteLevelTest.tLibraryLoad_1Process(loadSiteLevelTest.java:340)&lt;BR /&gt;	at weekly_dashboard.loadsiteleveltest_0_1.loadSiteLevelTest.runJobInTOS(loadSiteLevelTest.java:455)&lt;BR /&gt;	at weekly_dashboard.loadsiteleveltest_0_1.loadSiteLevelTest.main(loadSiteLevelTest.java:369)&lt;BR /&gt;Job loadSiteLevelTest ended at 18:52 25/09/2008. &lt;BR /&gt;I did not find any thing about this "org.talend.fileprocess" do I need any Jar file or Talend had to do this by itself.&lt;BR /&gt;Code Snippet&lt;BR /&gt;org.talend.fileprocess.FileInputDelimited fid_tFileInputFullRow_1 = new org.talend.fileprocess.FileInputDelimited(&lt;BR /&gt;						((String) globalMap.get("tFileList_1_ERROR_MESSAGE"))&lt;BR /&gt;								+ "\\"&lt;BR /&gt;								+ ((String) globalMap&lt;BR /&gt;										.get("tFileList_1_CURRENT_FILE")),&lt;BR /&gt;						"ISO-8859-15", "", "\n", true, 0, 0, -1, -1, false);&lt;BR /&gt;Pls help.&lt;BR /&gt;Thanks&lt;BR /&gt;Surya</description>
      <pubDate>Fri, 26 Sep 2008 05:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252574#M36176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-26T05:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252575#M36177</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I did not find any thing about this "org.talend.fileprocess" do I need any Jar file or Talend had to do this by itself.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, it is a jar file provided by Talend, there should be a jar file 'talend_file_enhanced_20070724.jar' under 
&lt;B&gt;plugins\org.talend.designer.components.localprovider_3.0.0.RC1_r17904\components\tFileInputDelimited&lt;/B&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 26 Sep 2008 06:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252575#M36177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-26T06:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252576#M36178</link>
      <description>Hi,
&lt;BR /&gt;you can check the existence of the jar which shong mentioned. But I still think it is a subsequent error. Ist this the only one in the code view?
&lt;BR /&gt;Bye
&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 26 Sep 2008 22:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252576#M36178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-26T22:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252577#M36179</link>
      <description>Hi Volker 
&lt;BR /&gt;Yes tht was the error I was getting when I used the component tFileList, I did a work around it and used tJavaFlex to write my own file iterator component, even after providing the Jar file using tLibrary load I was unable to resolve the error in tFileList.
&lt;BR /&gt;So I gave up and choose to write my own code snippet for the job.
&lt;BR /&gt;Pls update if I have to any thing different.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Surya</description>
      <pubDate>Sat, 27 Sep 2008 07:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252577#M36179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-27T07:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252578#M36180</link>
      <description>Hi,&lt;BR /&gt;I looked at the generated code but can't see any problems (just missing imports). &lt;BR /&gt;You tagged this thread with tos 2.4.0, but it seems like 3.0.0. In 2.4.0 the package "org.apache.oro.text.GlobCompiler" is not used.&lt;BR /&gt;Because I do not have 3.0.0 installed until now I cant try to reproduce it...&lt;BR /&gt;I think you could resolve each "class not found" error  the same way. But this should not be necessary (unless it is a buf in 3.0.0).&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Sat, 27 Sep 2008 23:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252578#M36180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-27T23:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252579#M36181</link>
      <description>Hi Volker 
&lt;BR /&gt;Yes you are right mine is a 3.0.0 version, sorry for posting that in a wrong forum. 
&lt;BR /&gt;My problem regarding the Jar files/missing imports is still persistent. 
&lt;BR /&gt;And I am still not able to get rid of this error message. 
&lt;BR /&gt;org.talend.fileprocess.FileInputDelimited fid_tFileInputDelimited_1 = new org.talend.fileprocess.FileInputDelimited( 
&lt;BR /&gt; "C:/ETL/TalendNew/TOS-All-r17341-V3.0.0M3/workspace/WEEKLY_DASHBOARD/files/finalOutput/" 
&lt;BR /&gt; + weeklyFileName, "ISO-8859-15", ";", "\n", true, 
&lt;BR /&gt; 0, 0, -1, -1, false); 
&lt;BR /&gt;Even after including the Jar file mentioned by Shong, I am still struggling looks like I wont be able to use the tFileInputDelimited component. 
&lt;BR /&gt;Pls suggest. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Surya</description>
      <pubDate>Mon, 29 Sep 2008 11:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252579#M36181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-29T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252580#M36182</link>
      <description>Hi suryavikas!&lt;BR /&gt;Did you solved this issue?&lt;BR /&gt;I have the same problem...</description>
      <pubDate>Fri, 10 Oct 2008 16:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252580#M36182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-10T16:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: tFileList Error "org.apache.oro cannot be resolved"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252581#M36183</link>
      <description>Hi Farhdine 
&lt;BR /&gt;Yes I was able to do away with that problem. 
&lt;BR /&gt;Pls refer to this topic, hope this would do the job for you. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmoVCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/org-talend-designer-components-commons-cannot-be-resolved-to-a/td-p/85470&lt;/A&gt; 
&lt;BR /&gt;But I am still not able to include multiple jar files, Hope some one from Talend Community can help regrading the same. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Surya</description>
      <pubDate>Fri, 10 Oct 2008 19:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/m-p/2252581#M36183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-10T19:06:38Z</dc:date>
    </item>
  </channel>
</rss>

