<?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 Talend - Drools - XLS Rules Table Help in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254796#M37705</link>
    <description>I am experimenting with Drools tRules on Talend Data Services Platform 6.2.1.20160704 as a possible way to provide my business users with increased flexibility in configuring how a Talend job interacts on some extract data.
&lt;BR /&gt;However, even working through the simplest example I am unable to get it to work and I'm looking for pointers from anyone that has it working. &amp;nbsp;Is full comprehension of Java going to play a big role in troubleshooting Talend jobs?
&lt;BR /&gt;The job is simple:
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /--&amp;gt; tLogRow (Region)
&lt;BR /&gt;tFixedFlowInput --&amp;gt; tRules&amp;nbsp;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \--&amp;gt; tLogRow (Age)
&lt;BR /&gt;I get the following error:
&lt;BR /&gt;
&lt;I&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/poi/openxml4j/exceptions/InvalidFormatException&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.XlsInput.createParser(InputType.java:51)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.SpreadsheetCompiler.compile(SpreadsheetCompiler.java:92)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.SpreadsheetCompiler.compile(SpreadsheetCompiler.java:72)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.DecisionTableProviderImpl.compileStream(DecisionTableProviderImpl.java:37)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.DecisionTableProviderImpl.loadFromInputStream(DecisionTableProviderImpl.java:20)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.compiler.DecisionTableFactory.loadFromInputStream(DecisionTableFactory.java:15)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.decisionTableToPackageDescr(KnowledgeBuilderImpl.java:374)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.addPackageFromDecisionTable(KnowledgeBuilderImpl.java:364)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.addKnowledgeResource(KnowledgeBuilderImpl.java:674)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:2164)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; disconnected&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools$1KnowledgeBase_tRules_2.readKnowledgeBaseXLS(Drools.java:1201)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools$1KnowledgeBase_tRules_2.readKnowledgeBase(Drools.java:1152)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools.tFixedFlowInput_1Process(Drools.java:1228)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools.runJobInTOS(Drools.java:1899)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools.main(Drools.java:1733)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt;Caused by: java.lang.ClassNotFoundException: org.apache.poi.openxml4j.exceptions.InvalidFormatException&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at java.net.URLClassLoader.findClass(Unknown Source)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; ... 15 more&lt;/I&gt;</description>
    <pubDate>Sat, 12 Nov 2016 03:39:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-12T03:39:34Z</dc:date>
    <item>
      <title>Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254796#M37705</link>
      <description>I am experimenting with Drools tRules on Talend Data Services Platform 6.2.1.20160704 as a possible way to provide my business users with increased flexibility in configuring how a Talend job interacts on some extract data.
&lt;BR /&gt;However, even working through the simplest example I am unable to get it to work and I'm looking for pointers from anyone that has it working. &amp;nbsp;Is full comprehension of Java going to play a big role in troubleshooting Talend jobs?
&lt;BR /&gt;The job is simple:
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /--&amp;gt; tLogRow (Region)
&lt;BR /&gt;tFixedFlowInput --&amp;gt; tRules&amp;nbsp;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \--&amp;gt; tLogRow (Age)
&lt;BR /&gt;I get the following error:
&lt;BR /&gt;
&lt;I&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/poi/openxml4j/exceptions/InvalidFormatException&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.XlsInput.createParser(InputType.java:51)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.SpreadsheetCompiler.compile(SpreadsheetCompiler.java:92)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.SpreadsheetCompiler.compile(SpreadsheetCompiler.java:72)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.DecisionTableProviderImpl.compileStream(DecisionTableProviderImpl.java:37)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.decisiontable.DecisionTableProviderImpl.loadFromInputStream(DecisionTableProviderImpl.java:20)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.compiler.DecisionTableFactory.loadFromInputStream(DecisionTableFactory.java:15)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.decisionTableToPackageDescr(KnowledgeBuilderImpl.java:374)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.addPackageFromDecisionTable(KnowledgeBuilderImpl.java:364)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.addKnowledgeResource(KnowledgeBuilderImpl.java:674)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:2164)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; disconnected&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools$1KnowledgeBase_tRules_2.readKnowledgeBaseXLS(Drools.java:1201)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools$1KnowledgeBase_tRules_2.readKnowledgeBase(Drools.java:1152)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools.tFixedFlowInput_1Process(Drools.java:1228)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools.runJobInTOS(Drools.java:1899)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at local_project.drools_0_1.Drools.main(Drools.java:1733)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt;Caused by: java.lang.ClassNotFoundException: org.apache.poi.openxml4j.exceptions.InvalidFormatException&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at java.net.URLClassLoader.findClass(Unknown Source)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/I&gt;
&lt;BR /&gt;
&lt;I&gt; ... 15 more&lt;/I&gt;</description>
      <pubDate>Sat, 12 Nov 2016 03:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254796#M37705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-12T03:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254797#M37706</link>
      <description>Hi,
&lt;BR /&gt;With your&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Talend Data Services Platform 6.2.1.20160704 product, have you already reported a ticket on talend support portal? In this way, we can give you a remote assistance on your issue through support cycle with priority.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 14 Nov 2016 05:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254797#M37706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T05:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254798#M37707</link>
      <description>I hadn't submitted it as a bug, I assumed it was probably something I am doing wrong 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 14 Nov 2016 16:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254798#M37707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T16:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254799#M37708</link>
      <description>Submitted Case: &amp;nbsp;00060926
&lt;BR /&gt;Will update here with result of troubleshooting in case someone else bumps into this.</description>
      <pubDate>Tue, 15 Nov 2016 14:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254799#M37708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T14:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254800#M37709</link>
      <description>Hi xdshi
&lt;BR /&gt;Even I am facing the same issue which cwas faced by&amp;nbsp;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;crw030. So could you please post the possible solution for this or still this is a bug.??&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks in Advance&lt;BR /&gt;Rohan Shah&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;</description>
      <pubDate>Mon, 21 Nov 2016 06:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254800#M37709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-21T06:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254801#M37710</link>
      <description>Hi, 
&lt;BR /&gt;So far, we are not sure that it is a bug or caused by wrong setting. 
&lt;BR /&gt;It is a little hard for us to address this issue from "Description". Remote assistance provided by support team will help us to check your setting and configuration from your end. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Nov 2016 10:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254801#M37710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-21T10:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254802#M37711</link>
      <description>last status of this case is they are still looking into it "... 
&lt;FONT color="#212121"&gt;&lt;FONT face="sans-serif"&gt;It may be as easy as the routine libraries were not added properly but there are a lot of them to look through for your example that you sent to me. So I will have a developer take a look and I will get back to you ASAP.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#212121"&gt;&lt;FONT face="sans-serif"&gt;&amp;nbsp;"&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Will update when I know more.</description>
      <pubDate>Mon, 21 Nov 2016 13:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254802#M37711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-21T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254803#M37712</link>
      <description>Thnaks alot crw030.&amp;nbsp;
&lt;BR /&gt;Actually i was trying to implement the same example given by Talend Studio for trule here&amp;nbsp;
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=tRules&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tRules&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;Here the first example make use of excel file and I facing the issue while using it.
&lt;BR /&gt;@xdshi thanks for support please do let me know if the above example has any issue.
&lt;BR /&gt;Thanks &amp;amp; Regards
&lt;BR /&gt;Rohan Shah</description>
      <pubDate>Tue, 22 Nov 2016 10:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254803#M37712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-22T10:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Talend - Drools - XLS Rules Table Help</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254804#M37713</link>
      <description>Hello All,
&lt;BR /&gt;I reported the issue to R&amp;amp;D team: 
&lt;FONT size="2"&gt;&lt;A href="https://jira.talendforge.org/browse/TDQ-13093" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDQ-13093&lt;/A&gt;&lt;/FONT&gt;
&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 03 Jan 2017 16:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Drools-XLS-Rules-Table-Help/m-p/2254804#M37713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T16:47:50Z</dc:date>
    </item>
  </channel>
</rss>

