15.9.0 with deep attribute

With new version (15.9.0) i get this error:

java.lang.ArrayIndexOutOfBoundsException: 6

when i use this tag in the template
<<[istanza.first().residenza.first().comune.first().descrizioneIt]>>
I attach source code for your convenience (with xml too), please see testInner method.
thanks
Simone

Hi Simone,

Thanks for your inquiry. We are working over your query and will update you asap.

Hi Simone,

Thanks for your patience. I have tested the scenario using attached document and XML with following code example. I am facing different exception at my end.

at com.aspose.words.net.System.Data.DataRow.getValue(Unknown Source)

Could you please confirm that you are using the same input document and xml? We will then log this issue in our issue tracking system. Thanks for your cooperation.

Document doc = new Document(MyDir + "inner_attribute.rtf");
DataSet dataSet = new DataSet();
dataSet.readXml(MyDir + "in.xml");
ReportingEngine engine = new ReportingEngine();
engine.buildReport(doc, dataSet);
doc.save(MyDir + "out.docx");

I confirm you that i’m unsing same xml and document.

Hoping not to have to wait one month again to receive patch…thanks

Simone

Hi Simone,

Thanks for your feedback. I have logged this problem in our issue tracking system as WORDSJAVA-1183. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSJAVA-1183) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.

I confirm you that this issue has been solved
thanks