Difference between revisions of "Patch 3 3 4 2 Final"
(Created page with "=={{GVESB}} patch 3.3.4.2 Final== *Commons #Improved Dump of JMS's MapMessage #Added an utility class (to be used in ODP) to convert a JMS's message to XML document #Corrected d...") |
|||
Line 10: | Line 10: | ||
#In DBOCallSP the "Cursor closed" error is intercepted and don't prevent a successful call completation, returning the other procedure output parameters | #In DBOCallSP the "Cursor closed" error is intercepted and don't prevent a successful call completation, returning the other procedure output parameters | ||
− | *DTE | + | *DTE ([[XML2JSONTransformation|XML2JSON]] [[JSON2XMLTransformation|JSON2XML]]) |
#Added JSONUtils utility class in order to manage JSON<->XML conversions | #Added JSONUtils utility class in order to manage JSON<->XML conversions | ||
#The new converter perform better than that implemented in JSON library and: | #The new converter perform better than that implemented in JSON library and: | ||
Line 19: | Line 19: | ||
*Adapter HTTP Inbound | *Adapter HTTP Inbound | ||
#Improved request text payload recognition in Adapter HTTP Inbound | #Improved request text payload recognition in Adapter HTTP Inbound | ||
− | #Added HTTP_QUERY property to request GVBuffer | + | #Added HTTP_QUERY property to request GVBuffer ([[GVAdapterHttpConfiguration|see]]) |
#Improved customization of status messages in response header for HTTP Adapter Inbound | #Improved customization of status messages in response header for HTTP Adapter Inbound | ||
*Adapter HL7 | *Adapter HL7 | ||
#Corrected HAPI base library in 3.3.4 branch | #Corrected HAPI base library in 3.3.4 branch |
Revision as of 12:52, 31 December 2014
GreenVulcano® ESB patch 3.3.4.2 Final
- Commons
- Improved Dump of JMS's MapMessage
- Added an utility class (to be used in ODP) to convert a JMS's message to XML document
- Corrected default delete filter in LogCleanerTask
- Improved conversion of ISO8601 date-time in DateUtils
- DataHandler
- In DBOCallSP the "Cursor closed" error is intercepted and don't prevent a successful call completation, returning the other procedure output parameters
- Added JSONUtils utility class in order to manage JSON<->XML conversions
- The new converter perform better than that implemented in JSON library and:
- enable the JSON2XML transformer to specify a list of JSON property names to be set as element attributes in output XML
- enable the XML2JSON transformer to specify a list of XML element names to be forcefully set as JSONArray in output JSON
- enable the XML2JSON transformer to specify a list of XML element names to be forcefully set as String values in output JSON, ignoring automatic type conversion
- Adapter HTTP Inbound
- Improved request text payload recognition in Adapter HTTP Inbound
- Added HTTP_QUERY property to request GVBuffer (see)
- Improved customization of status messages in response header for HTTP Adapter Inbound
- Adapter HL7
- Corrected HAPI base library in 3.3.4 branch