<?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: tXMLMap shoot a bug in some configurations in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362319#M126484</link>
    <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hello,&lt;BR /&gt;I do have same problem with append the source file. Any update on the error reason and fixes?&lt;BR /&gt;BR,&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I solved my issue by putting group element attribute also on parent of loop element. Actual group element is parent of parent.
&lt;BR /&gt;Line - group element
&lt;BR /&gt;@Line_No - line_No
&lt;BR /&gt;Line_Tech - group
&lt;BR /&gt;@Line_No - workaround, equal to @Line_No of Line
&lt;BR /&gt;Tech - loop element
&lt;BR /&gt;@Tech_ID
&lt;BR /&gt;...</description>
    <pubDate>Tue, 16 Oct 2012 17:54:39 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-10-16T17:54:39Z</dc:date>
    <item>
      <title>tXMLMap shoot a bug in some configurations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362316#M126481</link>
      <description>Hi, &lt;BR /&gt;Please refer to the enclosed screenshot.&lt;BR /&gt;When I try to use "group" in a tXMLMap for a unique child element (over a loop), I got the following error&lt;BR /&gt;Exception in component tXMLMap_1&lt;BR /&gt;java.lang.IndexOutOfBoundsException: Index value: 5 cannot be greater than the size: 0&lt;BR /&gt;	at org.dom4j.tree.BackedList.add(BackedList.java:65)&lt;BR /&gt;	at job_009.g_trytowritenewxmlfile_0_1.G_TryToWriteNewXmlFile$1GenerateDocument_out1.generateElements(G_TryToWriteNewXmlFile.java:843)&lt;BR /&gt;Involved code is the following:&lt;BR /&gt;/* build group xml tree */&lt;BR /&gt;boolean isNewElement = false;&lt;BR /&gt;isNewElement = false;&lt;BR /&gt;org.dom4j.Element loop = org.dom4j.DocumentHelper.createElement("Node");&lt;BR /&gt;subTreeRootParent.elements().add(orderHelper.getInsertLocation(1, 5), loop);&lt;BR /&gt;Is there a hard coded limitation on child to be added ?&lt;BR /&gt;Is there anything I do wrong ?</description>
      <pubDate>Wed, 28 Mar 2012 11:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362316#M126481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-28T11:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: tXMLMap shoot a bug in some configurations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362317#M126482</link>
      <description>Hi&lt;BR /&gt;Please send me an email and attach this export job.&lt;BR /&gt;I will test it for you.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 29 Mar 2012 07:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362317#M126482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-29T07:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: tXMLMap shoot a bug in some configurations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362318#M126483</link>
      <description>Hello,
&lt;BR /&gt;I do have same problem with append the source file. Any update on the error reason and fixes?
&lt;BR /&gt;BR,</description>
      <pubDate>Tue, 16 Oct 2012 09:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362318#M126483</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-16T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: tXMLMap shoot a bug in some configurations</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362319#M126484</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hello,&lt;BR /&gt;I do have same problem with append the source file. Any update on the error reason and fixes?&lt;BR /&gt;BR,&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I solved my issue by putting group element attribute also on parent of loop element. Actual group element is parent of parent.
&lt;BR /&gt;Line - group element
&lt;BR /&gt;@Line_No - line_No
&lt;BR /&gt;Line_Tech - group
&lt;BR /&gt;@Line_No - workaround, equal to @Line_No of Line
&lt;BR /&gt;Tech - loop element
&lt;BR /&gt;@Tech_ID
&lt;BR /&gt;...</description>
      <pubDate>Tue, 16 Oct 2012 17:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tXMLMap-shoot-a-bug-in-some-configurations/m-p/2362319#M126484</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-16T17:54:39Z</dc:date>
    </item>
  </channel>
</rss>

