rbeckman-nextgen / test-mc3

0 stars 0 forks source link

Database connections are fully serialized into the global maps #4194

Closed rbeckman-nextgen closed 4 years ago

rbeckman-nextgen commented 4 years ago

Imported Issue. Original Details: Jira Issue Key: MIRTH-4338 Reporter: narupley Created: 2018-11-06T07:58:57.000-0800

rbeckman-nextgen commented 4 years ago

The XStream instance allowing circular references now disallows any object that isn't Serializable. This is done to prevent large "technically serializable" objects like database connections from being converted to XML and stored in the database (or sent from the server to the client).

Imported Comment. Original Details: Author: narupley Created: 2018-11-06T07:59:59.000-0800