Issue with serialize names in the JSDO catalog

Posted by keesvlasblom on 19-Apr-2016 04:33

Hi all,

We are using a serialize-name for the temp-tables and fields used in rest-services. However, for some reason only the serialize-name of the fields appear in the JSDO catalog. The name of the temp-table is still the technical name and not the serialize-name.

Anybody any idea how we can solve this, without manually editing the JSDO catalog?

 BTW we are running 11.6.

Regards

Kees 

All Replies

Posted by Donicello Lampe on 19-Apr-2016 05:20

I believe this is by design, see the workaround in knowledgebase.progress.com/.../JSDO-catalog-generated-with-characters-that-are-invalid-for-JavaScript .

In a way I believe this makes sense, because as the name of the attribute implies the SERiALIZE-NAME is used when serializing the temp-table to JSON which is then passed on to the client.

This thread is closed