Esb 3 3 3 Final

From GreenVulcano Wiki
Jump to: navigation, search

GreenVulcano® ESB package 3.3.3 Final

  • Commons
  1. Improved generic Exception message propagation in GVFlowWF
  2. Improved JS initialization java import.
  3. Added management of mis-fire situations in Quartz Scheduler (see)
  4. Added support to XMLUtils to parse documents keeping comments; basic parser methods now uses a namespace-aware parser (also the xpath metadata, see)
  5. Added new metadata (see):
    • urlEnc{{string}}  : URL encode invalid characters from 'string'
    • urlDec{{string}}  : decode URL encoded characters from 'string'
  • DTE
  1. Added capability to XSL and FOP DTE's transformer to defines the FQN of the TransformerFactory to be used for the transformation, in order to enable the use of multiple XSLT engine in GV ESB services (FOP XSL).
  • GVConsole
  1. Improved GVConsole Testing transaction management (see):
    • No transaction (no transaction active)
    • Commit on success (transaction active, commit if no exception, rollback otherwise)
    • Rollback (transaction active, always rollback)
    • now can be defined also the transaction timeout
  2. Corrected the alignment of GVBuffer properties text controls and of the exception message text area
  • DataHandler
  1. Improved propagation of error details in DataHandler exceptions
  2. Improved DBO's error message for missing/misconfigured statement in configuration
  3. Added dh-selector-service InputService in order to enable the GV configurator to select a specific DBOBuilder service in a dh-call VCL operation, replace the manual setting of DH_SERVICE_NAME property
  • Adapter HTTP
  1. Corrected HTTP Adapter initialization with no transacted service configured
  2. Corrected entity name collision and content-type specification in HTTPAdapter inbound configuration
  • Adapter HL7
  1. Loaded GV specific version of some HAPI libraries to correct a bug (invalid group elements name) in HL7 <-> XML conversion
  • JMS Listener
  1. Improved commit/roll-back on JMS Forward Listener without XA transaction
  • Adapter Axis2
  1. Added a sample Webservice to illustrate server-side SWA service configuration