Esb 3 4 0 9 Final

From GreenVulcano Wiki
Jump to: navigation, search

GreenVulcano® ESB package 3.4.0.9 Final

  • Commons
  1. Added to TaskManager the capability to interrupt running Tasks execution on configuration reloading. Modified TaskManager in order to append to Scheduler's Threads name also the executing TaskGroup.TaskName in order to simplify troubleshooting.
  2. Corrected jms-dequeue/@decorate-gvbuffer definition in GVCore.dtd.
  • Core
  1. Corrected @loggerLevel handling in GVCoreCallNode, GVIteratorOperationNode/CoreCall and parallel nodes
  2. Added to GVCoreCallNode and GVIteratorOperationNode/CoreCall a new attibute change-log-master-service. If true change the log master service with the used one (configured or calculated), in order to write log messages into a different log file. Used only if @change-log-context is true.
  3. Improved init/run logging of ServiceCallerTask.NextAction status
  • DataHandler
  1. Provided a new getData method on DH retrievers in order to specify the parameter's actual values separator; useful if the default separator (comma) is present into the parameter's actual values
  • Adapter/VCL Axis2
  1. Corrected mixed SOAP 1.1/1.2 request/response handling in Axis2MessageContextDataProvider.
  2. Added new property WS_REQ_SOAP_VERSION to input GVBuffer.
  • VCL Mail
  1. Corrected default value for @email-rx-cleaner regular expression in receive email VCL Operations