Page 1 of 1

OData metadata XML resolve failed

Posted: Sat Oct 12, 2019 8:11 am
by huchangping
Hi, We are using Dashboard.JS of version 2019.3.3, and the server is a Java server using Apache Olingo returning OData.
We debugged the code and found that it's the single quotation in the OData metadata XML return by Olingo caused the problem.

Dashboard.JS expects metadata as such

Code: Select all

<?xml version="1.0" encoding="UTF-8"?> ...
but Apache Olingo returns

Code: Select all

<?xml version='1.0' encoding='UTF-8'?> ...

Re: OData metadata XML resolve failed

Posted: Tue Oct 15, 2019 5:21 pm
by Lech Kulikowski
Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.
#1132

Re: OData metadata XML resolve failed

Posted: Fri Nov 22, 2019 8:42 am
by Lech Kulikowski
Hello,

We have made some improvements and fixes in that direction. Please check the next release (start of December).

Thank you.