OData metadata XML resolve failed

Stimulsoft Dashboards.JS discussion
Post Reply
huchangping
Posts: 1
Joined: Thu Dec 28, 2017 2:55 am

OData metadata XML resolve failed

Post 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'?> ...
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: OData metadata XML resolve failed

Post by Lech Kulikowski »

Hello,

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

Thank you.
#1132
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: OData metadata XML resolve failed

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply