Difference between revisions of "Esb 3 4 0 6 Final"

From GreenVulcano Wiki
Jump to: navigation, search
({{GVESB}} 3.4.0.6 Final)
Line 1: Line 1:
 
=={{GVESB}} 3.4.0.6 Final==
 
=={{GVESB}} 3.4.0.6 Final==
  
Task Scheduler:
+
*Task Scheduler
- Improved transaction's timeout management in Service caller timer task.
+
#Improved transaction's timeout management in Service caller timer task.
  
*JMS Listener:
+
*JMS Listener
 
#Improved listeners instantiation algorithm in JMS listener pool.
 
#Improved listeners instantiation algorithm in JMS listener pool.
  
*DataHandler:
+
*DataHandler
 
#Improved handling of NCHAR,NVARCHAR,NCLOB fields in DataHandler.
 
#Improved handling of NCHAR,NVARCHAR,NCLOB fields in DataHandler.
 
#Corrected NullPointerException in DH DBOInsert/DBOUpdate without an input XML.
 
#Corrected NullPointerException in DH DBOInsert/DBOUpdate without an input XML.
 
#Added to DataHandler's DBOInsert/DBOUpdate the capability to handle auto-generated keys at runtime (es. auto-increment primary key field)
 
#Added to DataHandler's DBOInsert/DBOUpdate the capability to handle auto-generated keys at runtime (es. auto-increment primary key field)
  
*GVConsole:
+
*GVConsole
 
#Corrected GVConsole's services deployment section when used in HTTPS.
 
#Corrected GVConsole's services deployment section when used in HTTPS.
  
*Data Transformation Engine:
+
*DTE
 
#Improved dynamic connection naming in DH external retriever helper.
 
#Improved dynamic connection naming in DH external retriever helper.
 
#Improved empty array management in XML to JSON conversion.
 
#Improved empty array management in XML to JSON conversion.
Line 22: Line 22:
 
#Moved to a GV specific version of org.json json library: now the properties creation order is keep in dump and properties listing, in order of better handle conversion to/from XML documents.
 
#Moved to a GV specific version of org.json json library: now the properties creation order is keep in dump and properties listing, in order of better handle conversion to/from XML documents.
  
*VCL HTTP:
+
*VCL HTTP
 
#Corrected http-call connection timeout test case.
 
#Corrected http-call connection timeout test case.
 
#Added new output property to http-call VCL plug-in: GVHTTP_RESPONSE_MESSAGE containing the response status text.
 
#Added new output property to http-call VCL plug-in: GVHTTP_RESPONSE_MESSAGE containing the response status text.
  
*VCL File:
+
*VCL File
 
#Corrected zip file closing on unzip operation.
 
#Corrected zip file closing on unzip operation.

Revision as of 09:30, 30 December 2014

GreenVulcano® ESB 3.4.0.6 Final

  • Task Scheduler
  1. Improved transaction's timeout management in Service caller timer task.
  • JMS Listener
  1. Improved listeners instantiation algorithm in JMS listener pool.
  • DataHandler
  1. Improved handling of NCHAR,NVARCHAR,NCLOB fields in DataHandler.
  2. Corrected NullPointerException in DH DBOInsert/DBOUpdate without an input XML.
  3. Added to DataHandler's DBOInsert/DBOUpdate the capability to handle auto-generated keys at runtime (es. auto-increment primary key field)
  • GVConsole
  1. Corrected GVConsole's services deployment section when used in HTTPS.
  • DTE
  1. Improved dynamic connection naming in DH external retriever helper.
  2. Improved empty array management in XML to JSON conversion.
  3. Improved management of multi-root JSON document in JSON <-> XML simple conversion policy.
  4. Improved namespaces exclusion in JSON <-> XML simple conversion policy and added a BadgerFish conversion policy.
  5. Moved to a GV specific version of org.json json library: now the properties creation order is keep in dump and properties listing, in order of better handle conversion to/from XML documents.
  • VCL HTTP
  1. Corrected http-call connection timeout test case.
  2. Added new output property to http-call VCL plug-in: GVHTTP_RESPONSE_MESSAGE containing the response status text.
  • VCL File
  1. Corrected zip file closing on unzip operation.