<?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: tJavaFlex - code has warning/error of row1 cannot be resolved in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2522588#M147698</link>
    <description>&lt;P&gt;I am facing the same issue with tJavaFlex and an output link. This started after installing a Studio patch.&lt;/P&gt;&lt;P&gt;At first, this was not really a problem because the code view worked and publishing (to an artefact repository) was also possible. But recently Studio showed the error when compiling the job for publishing.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 13:39:22 GMT</pubDate>
    <dc:creator>ThWabi</dc:creator>
    <dc:date>2025-06-27T13:39:22Z</dc:date>
    <item>
      <title>tJavaFlex - code has warning/error of row1 cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2519524#M147609</link>
      <description>&lt;P&gt;Studio, version 8 and not sure if the latest patch (&lt;SPAN&gt;20250423_1207&lt;/SPAN&gt;) broke tJavaFlex.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When main code is added to check a variable from the main row, it underlines the input variable in red color and the warning reads &lt;STRONG&gt;row1 cannot be resolved&lt;/STRONG&gt;. The code does work correctly, but it sounds like the input variable is somehow not declared and the warning/error is misleading!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I'm testing...&lt;/P&gt;&lt;P&gt;tFixedFlowInput_1 --&amp;gt; row1 (Main) --&amp;gt; tJavaFlex_1&lt;/P&gt;&lt;P&gt;Input schema:&amp;nbsp;String status = "true"&lt;/P&gt;&lt;P&gt;tJavaFlex Main Code&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;row1&lt;/SPAN&gt;&lt;SPAN&gt;.status.equals(&lt;/SPAN&gt;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;SPAN&gt;)) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.&lt;/SPAN&gt;&lt;SPAN&gt;out&lt;/SPAN&gt;&lt;SPAN&gt;.println(&lt;/SPAN&gt;&lt;SPAN&gt;"*** completed ***"&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;SPAN&gt;else&lt;/SPAN&gt; &lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;row1&lt;/SPAN&gt;&lt;SPAN&gt;.status.equals(&lt;/SPAN&gt;&lt;SPAN&gt;"false"&lt;/SPAN&gt;&lt;SPAN&gt;)) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.&lt;/SPAN&gt;&lt;SPAN&gt;out&lt;/SPAN&gt;&lt;SPAN&gt;.println(&lt;/SPAN&gt;&lt;SPAN&gt;"*** DID NOT complete &lt;/SPAN&gt;&lt;SPAN&gt;***"&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.&lt;/SPAN&gt;&lt;SPAN&gt;out&lt;/SPAN&gt;&lt;SPAN&gt;.println(&lt;/SPAN&gt;&lt;SPAN&gt;row1&lt;/SPAN&gt;&lt;SPAN&gt;.status);&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the screenshot attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how to get rid of this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 20:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2519524#M147609</guid>
      <dc:creator>Edith1</dc:creator>
      <dc:date>2025-05-29T20:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: tJavaFlex - code has warning/error of row1 cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2522588#M147698</link>
      <description>&lt;P&gt;I am facing the same issue with tJavaFlex and an output link. This started after installing a Studio patch.&lt;/P&gt;&lt;P&gt;At first, this was not really a problem because the code view worked and publishing (to an artefact repository) was also possible. But recently Studio showed the error when compiling the job for publishing.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 13:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2522588#M147698</guid>
      <dc:creator>ThWabi</dc:creator>
      <dc:date>2025-06-27T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: tJavaFlex - code has warning/error of row1 cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2522869#M147712</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing the same issue since the 202504 and still even after updgrading to 202506.&lt;/P&gt;&lt;P&gt;Also, i'm facing the exact same issue with tjavaflex AND tjava..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone has a way to resolve this it would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ty&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 15:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2522869#M147712</guid>
      <dc:creator>userroland</dc:creator>
      <dc:date>2025-07-01T15:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: tJavaFlex - code has warning/error of row1 cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2525961#M147839</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;What if you use input_row instead of the name of the row?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 08:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tJavaFlex-code-has-warning-error-of-row1-cannot-be-resolved/m-p/2525961#M147839</guid>
      <dc:creator>jeoste</dc:creator>
      <dc:date>2025-08-01T08:42:50Z</dc:date>
    </item>
  </channel>
</rss>

