<?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: tBRMS Scenario documentation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234940#M24136</link>
    <description>The Job Talend is finaly working.&lt;BR /&gt;The error was due to the Gunvor package definition.&lt;BR /&gt;it was generated : "/packages/org.talend.bank/LATEST"&lt;BR /&gt;but it's only working when it's written without an "S" at the end of "package" like :"/package/org.talend.bank/LATEST"&lt;BR /&gt;Do you know where does this error come from ?</description>
    <pubDate>Thu, 10 May 2012 16:03:46 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-05-10T16:03:46Z</dc:date>
    <item>
      <title>tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234928#M24124</link>
      <description>Hi,
&lt;BR /&gt;Im trying to reproduce the tBRMS scenario as in the documentation, im facing various problem, i work with drools guvnor to produce my rules, we have 5 formats of rules (.dslr, .xls, .gdst, .brl and .drl) in 
&lt;B&gt;Drools Guvnor&lt;/B&gt; based on a Model which can be in .drl or .jar formats.
&lt;BR /&gt;in the scenario you use a jar file (LoanModel.jar) and select LoanSimulator class, does this class contain the rule ?, in this case how can we put rules in a jar file ?.
&lt;BR /&gt;I work with Sensis Model which is a package example of drools guvnor, you can get it by clicking on Drools examples here : 
&lt;A href="http://www.jboss.org/drools/downloads" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.jboss.org/drools/downloads&lt;/A&gt;
&lt;BR /&gt;in this example the model is in .jar format, but after i select it, im not able to access to my rules !!
&lt;BR /&gt;does anyone have an idea ?</description>
      <pubDate>Sat, 16 Nov 2024 12:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234928#M24124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234929#M24125</link>
      <description>LoanModel.jar contains 2 POJO java classes, but not any rule. The rules are defined in drools guvnor.
&lt;BR /&gt;The model represents objects handled by the rule engine. and these objects will be binded to the data schema in the job.</description>
      <pubDate>Wed, 25 May 2011 21:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234929#M24125</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2011-05-25T21:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234930#M24126</link>
      <description>Hi, do you have links on where we could download the LoanModel samples?
&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 26 May 2011 07:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234930#M24126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T07:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234931#M24127</link>
      <description>please pm me your email address so that i can share the model and repository export with you. 
&lt;BR /&gt;Edited: the file is now attached in this post and in Jira too.</description>
      <pubDate>Thu, 26 May 2011 09:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234931#M24127</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2011-05-26T09:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234932#M24128</link>
      <description>Hi sizhaoliu, 
&lt;BR /&gt; 
&lt;BR /&gt;i am working with the example that you send to me, i do these steps : 
&lt;BR /&gt;1) i import the repository in drools 
&lt;BR /&gt;2) i run the job in Talend but i have those errors : 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.Error: Problèmes de compilation non résolus : &lt;BR /&gt;	org.talend.bank n'est pas reconnu comme type valide&lt;BR /&gt;	org.talend.bank n'est pas reconnu comme type valide&lt;BR /&gt;	org.talend.bank.LoanSimulator n'est pas reconnu comme type valide&lt;BR /&gt;	at drools.loan_0_1.Loan.tFileInputExcel_1Process(Loan.java:3025)&lt;BR /&gt;	at drools.loan_0_1.Loan.runJobInTOS(Loan.java:3875)&lt;BR /&gt;	at drools.loan_0_1.Loan.main(Loan.java:3746)&lt;/PRE&gt; 
&lt;BR /&gt;- when i try to 
&lt;I&gt;save changes&lt;/I&gt; in Drools after uploading the file 
&lt;B&gt;LoanModel.jar&lt;/B&gt; i have an error, is that the problem ? 
&lt;BR /&gt;- also when i try to build 
&lt;B&gt;bank&lt;/B&gt; package in Drools i have an error. 
&lt;BR /&gt;Regards. 
&lt;BR /&gt;Sidina</description>
      <pubDate>Thu, 26 May 2011 12:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234932#M24128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-26T12:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234933#M24129</link>
      <description>you need to re-import the jar from the repository to you job by clicking at the button beside "module list" configuration. 
&lt;BR /&gt;i think you can try to create a simpler scenario instead of reproducing the whole one in the documentation.
&lt;BR /&gt;you can create a rule which simply says all loans demanded by a person younger than 18 years old will be rejected.</description>
      <pubDate>Thu, 26 May 2011 14:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234933#M24129</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2011-05-26T14:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234934#M24130</link>
      <description>Hello.
&lt;BR /&gt;I'm trying to reproduce the example with the Loan model by using Talend and Drools Guvnor. Each component is well working (I can load the model, and the class i want to), but i get the following error when i launch the Job : 
&lt;BR /&gt;java.lang.RuntimeException: java.io.FileNotFoundException: http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/org.talend.bank/LATEST
&lt;BR /&gt;I think this is because i haven't the right username and password in the tBRMS configuration. There is something i can do, to configure my ID and password to be connected with Gunvor ?
&lt;BR /&gt;Thank you for your answer.</description>
      <pubDate>Wed, 02 May 2012 10:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234934#M24130</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-05-02T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234935#M24131</link>
      <description>Hello Yohina,&lt;BR /&gt;Normally, you should use the same username/password of your TAC.&lt;BR /&gt;Which version of studio are you using?&lt;BR /&gt;Did you install Drools Guvnor with the installer? Did you imported my repository_export.xml into your guvnor?&lt;BR /&gt;What happens if you enter http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/org.talend.bank/LATEST in your browser?&lt;BR /&gt;(Normally, there should be a login window for which your TAC credentials would not work, except you've logged in your TAC with the same browser.)&lt;BR /&gt;Regards,&lt;BR /&gt;Sizhao</description>
      <pubDate>Wed, 02 May 2012 15:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234935#M24131</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2012-05-02T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234936#M24132</link>
      <description>Hello,&lt;BR /&gt;Thanks for answer so quickly.&lt;BR /&gt;I actually used the same ID and password for my TAC and for the tBRMS component.&lt;BR /&gt;I use Talend Integration Suite 4.3.2.&lt;BR /&gt;I deployed the file Drools Guvnor (with the war extension) in the same apache server i use for my TAC.&lt;BR /&gt;If i enter http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/org.talend.bank/LATEST in my browser, i have an error message, the pages does not load, so I have no login window.&lt;BR /&gt;Regards,&lt;BR /&gt;Yohina.</description>
      <pubDate>Fri, 04 May 2012 14:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234936#M24132</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-05-04T14:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234937#M24133</link>
      <description>I guess you're using 4.2.3 because the branch 4.3.x does not exist.
&lt;BR /&gt;If I am right, you should be using Drools Guvnor 5.0 corresponding to the component library. In TAC installation documentation, some manual steps are needed to config your Guvnor, including modification of host/port in the extracted Guvnor webapp inside your tomcat folder.
&lt;BR /&gt;Once it is done, you can log into TAC, configure the Guvnor URL in TAC and see if you can access it via TAC.</description>
      <pubDate>Fri, 04 May 2012 15:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234937#M24133</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2012-05-04T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234938#M24134</link>
      <description>Yes, i'm actually using Talend 4.2.3. it was a mistake.
&lt;BR /&gt;I installed TAC as the same time i installed Talend Integration Suite and i haven't the TAC installation documentation. Do you know where i can found it ? So, i would be able to know in which files i would have to modify the port, etc. 
&lt;BR /&gt;Thank you,
&lt;BR /&gt;Yohina.</description>
      <pubDate>Fri, 04 May 2012 16:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234938#M24134</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-05-04T16:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234939#M24135</link>
      <description>Hello. 
&lt;BR /&gt;I finaly managed to configure my Drools guvnor webapps by using the TAC configuration. 
&lt;BR /&gt;In the file "&amp;lt;ApplicationPath&amp;gt;/WEB-INF/classes/config.properties" i wrote : 
&lt;BR /&gt;tac.remoteconnectionservlet.url=http://&amp;lt;localhost&amp;gt;:8080/&amp;lt;ApplicationPath&amp;gt;/remoteConnection 
&lt;BR /&gt;I also download the 3 jar files and put theses files in the library: 
&lt;BR /&gt;/usr/share/tomcat6/lib/jsf-impl.jar 
&lt;BR /&gt;/usr/share/tomcat6/lib/jsf-api.jar 
&lt;BR /&gt;/usr/share/tomcat6/lib/jboss-faces.jar 
&lt;BR /&gt;Then i managed to connect in drools Guvnor via the TAC interface. 
&lt;BR /&gt;I import the repository.xml in drools guvnor. 
&lt;BR /&gt;In talend when i launch the Job, i manage to choose the .jar file in my package, and the class. 
&lt;BR /&gt;But i still have the same error in my tLogRow error when the job talend is running: 
&lt;BR /&gt;"java.lang.RuntimeException: java.io.FileNotFoundException: http://localhost:8888/drools-guvnor/org.drools.guvnor.Guvnor/packages/org.talend.bank/LATEST" 
&lt;BR /&gt;So, the values (rejected, reason) are not updated. 
&lt;BR /&gt;Do you know what can be the reason of this error ? 
&lt;BR /&gt;By the way, when i try this URL "http://localhost:8888/drools-guvnor/org.drools.guvnor.Guvnor/packages/org.talend.bank/LATEST" in Firefox, i get an "ERROR 404" 
&lt;BR /&gt;Best regards.</description>
      <pubDate>Thu, 10 May 2012 14:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234939#M24135</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-05-10T14:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234940#M24136</link>
      <description>The Job Talend is finaly working.&lt;BR /&gt;The error was due to the Gunvor package definition.&lt;BR /&gt;it was generated : "/packages/org.talend.bank/LATEST"&lt;BR /&gt;but it's only working when it's written without an "S" at the end of "package" like :"/package/org.talend.bank/LATEST"&lt;BR /&gt;Do you know where does this error come from ?</description>
      <pubDate>Thu, 10 May 2012 16:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234940#M24136</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-05-10T16:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234941#M24137</link>
      <description>Hi, 
&lt;BR /&gt;Indeed, this was a bug due to inconsistency between the rule URL in guvnor and its real position in the webdav repository. 
&lt;BR /&gt;It has been fixed since 5.0 but not backported to branch 4.2. 
&lt;BR /&gt;I'm glad you find it. 
&lt;BR /&gt;BTW, there's another related issue in case your browse the jar from a snapshot folder: 
&lt;A href="http://jira.talendforge.org/browse/TDQ-4665" rel="nofollow noopener noreferrer"&gt;http://jira.talendforge.org/browse/TDQ-4665&lt;/A&gt; 
&lt;BR /&gt;I'll backport the bugfix of these two issues on branch 4.2 ASAP.</description>
      <pubDate>Thu, 10 May 2012 16:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234941#M24137</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2012-05-10T16:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234942#M24138</link>
      <description>Hi I know this is an old thread but would it be possible for anyone to give me a link to the LoanCalculator and LoanSimulator jar files. 
&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; Thanks in advance</description>
      <pubDate>Fri, 19 Apr 2013 10:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234942#M24138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-19T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234943#M24139</link>
      <description>Here is the link: 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/secure/attachment/54040/LoanModel.jar" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/secure/attachment/54040/LoanModel.jar&lt;/A&gt; 
&lt;BR /&gt;It contains the 2 classes. 
&lt;BR /&gt;Sizhao Liu</description>
      <pubDate>Fri, 19 Apr 2013 11:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234943#M24139</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2013-04-19T11:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234944#M24140</link>
      <description>Thanks for the quick response. Enjoy your day.</description>
      <pubDate>Fri, 19 Apr 2013 12:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234944#M24140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-19T12:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234945#M24141</link>
      <description>Hi DeanWake. 
&lt;BR /&gt;I just created a documentation change request in Jira 
&lt;A href="https://jira.talendforge.org/browse/DOCT-1917" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/DOCT-1917&lt;/A&gt; 
&lt;BR /&gt;You can refer to the description for the creation of the Jar, and the doc will be enriched in our futur releases. 
&lt;BR /&gt;Sizhao Liu</description>
      <pubDate>Tue, 23 Apr 2013 11:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234945#M24141</guid>
      <dc:creator>sizhaoliu</dc:creator>
      <dc:date>2013-04-23T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: tBRMS Scenario documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234946#M24142</link>
      <description>vaAGVb &amp;lt;a href=""&amp;gt;wigpmxeveehp&amp;lt;/a&amp;gt;, xeqyrodwiiiu, bcqnhzvdrejg,</description>
      <pubDate>Thu, 04 Sep 2014 06:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBRMS-Scenario-documentation/m-p/2234946#M24142</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-09-04T06:03:15Z</dc:date>
    </item>
  </channel>
</rss>

