After Upgrade To 12.2.1.3 from 12.1.2.0 JSON Response Received At Client Changed To DTO Type, Instead Of String
(Doc ID 2652237.1)
Last updated on AUGUST 05, 2022
Applies to:
Oracle WebLogic Server - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
After upgrading from 12.1.2.0 to 12.2.1.3 the customer Application based on WebServices and response of every client request is served in form of JSON output. T
Following issue is reported in newer version of weblogic (12.2.1.3)
In older version of weblogic 12.1.2 all data in JSON response received at client as String , but in upgraded version(12.2.1.3), JSON response received
at client as per java Class DTO defined data type
12.2.1.3.0 output :
{"ag1":11,"age":10,"singer":"CRIS","t":false,"t1":true,"td":"2020-01-17T00:44:
30.018Z","title":"NGET"}
12.1.2.0 output :
{"ag1":"11","age":"10","singer":"CRIS","t":"false","t1":"true","td":"2020-01-1
6T14:32:34.428+05:30","title":"NGET"}
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |