Difference between revisions of "Esb 3 3 4 Final"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "=={{GVESB}} package 3.3.4 Final== *Commons #Added support to ArrayUtils for generic array to List conversion #Improved JMX entry-point initialization *Core #Moved to INFO level...")
 
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
  
 
*DTE
 
*DTE
#Added basic json to xml and xml to json DTE transformers
+
#Added basic [[JSON2XMLTransformation|json to xml]] and [[XML2JSONTransformation|xml to json]] DTE transformers
  
 
*DataHandler
 
*DataHandler
 
#Corrected connection release fake error message when using dynamic connection name definition in DBOBuilder
 
#Corrected connection release fake error message when using dynamic connection name definition in DBOBuilder
  
*Adapter HL7
+
*Adapter ([[GVHL7ListenerManager|HL7]])
#Added a HL7 Forward validator that checks the availability of a list of HL7 servers
+
#Added a HL7 Forward validator that checks the availability of a list of HL7 servers ([[HL7ConnectionValidator|see]])
 
#Improved concurrent access to HL7ConnectionValidator
 
#Improved concurrent access to HL7ConnectionValidator
 
#Updated HAPI libraries to resolve a bug in autogenerated NAK header compilation (missing sender/receiver identification)
 
#Updated HAPI libraries to resolve a bug in autogenerated NAK header compilation (missing sender/receiver identification)
Line 37: Line 37:
 
*Adapter Social
 
*Adapter Social
 
#Moved to twitter4j v4.0.1
 
#Moved to twitter4j v4.0.1
#Implemented getUserTimeline and query operations
+
#Implemented getUserTimeline and query operations ([[Plugins#Twitter|see]])
 
#Various bug-fix
 
#Various bug-fix
  
*Adaapter HTTP Inbound
+
*Adapter [[GVAdapterHttpConfiguration|HTTP Inbound]]
 
#Added pluggable URL Mapping interface:
 
#Added pluggable URL Mapping interface:
 
##standard GVCore call mapping
 
##standard GVCore call mapping
Line 49: Line 49:
  
 
*Adapter/VCL WS
 
*Adapter/VCL WS
#Modified ws-call with a WSDLInfo/@ws-endpoint-url parameter that enable the configuration of WS EPR that overrides the value defined in the WSDL
+
#Modified ws-call with a WSDLInfo/@ws-endpoint-url parameter that enable the configuration of WS EPR that overrides the value defined in the WSDL ([[Ws-call#WSDLInfo|see]])
 
#WS Commons: added utility methods to convert DOM to Axiom Body content
 
#WS Commons: added utility methods to convert DOM to Axiom Body content
  
 
*VCL J2EE
 
*VCL J2EE
#Added a new attribute to jms-dequeue to specifies if the dequeue must keep input GVBuffer properties, not present in the JMS message, in the output GVBuffer
+
#Added a new attribute to [[jms-dequeue]] to specifies if the dequeue must keep input GVBuffer properties, not present in the JMS message, in the output
  
 
*VCL HTTP
 
*VCL HTTP
#added parameters for connection timeout and SO timeout
+
#added parameters for connection timeout and SO timeout ([[Http-call#endpoint|see]])
  
 
*JMS Forward
 
*JMS Forward
#Added support in JMS Forward of pre-processor validation framework, that add the capability to check some condition before dequeuing a JMS message from the queue
+
#Added support in JMS Forward of pre-processor validation framework, that add the capability to check some condition before dequeuing a JMS message from the queue ([[GVForwards#PreProcessor|see]])
  
 
*GVConsole
 
*GVConsole
 
#Corrected deployment of ServiceDump configuration
 
#Corrected deployment of ServiceDump configuration

Latest revision as of 13:31, 31 December 2014

GreenVulcano® ESB package 3.3.4 Final

  • Commons
  1. Added support to ArrayUtils for generic array to List conversion
  2. Improved JMX entry-point initialization
  • Core
  1. Moved to INFO level the end trace message of workflow nodes, added execution time in ms
  2. Improved transaction error management in workflow engine
  3. Corrected GVSubFlowCallNode @dynamic behavior
  4. Solved a bug on debugger when resuming after a breakpoint
  • DTE
  1. Added basic json to xml and xml to json DTE transformers
  • DataHandler
  1. Corrected connection release fake error message when using dynamic connection name definition in DBOBuilder
  1. Added a HL7 Forward validator that checks the availability of a list of HL7 servers (see)
  2. Improved concurrent access to HL7ConnectionValidator
  3. Updated HAPI libraries to resolve a bug in autogenerated NAK header compilation (missing sender/receiver identification)
  4. Added the capability to the HL7 Listener to force Recevinig Application/Facility in autogenerated NAK
  5. Added the following properties in input to GV workflow:
HL7_REMOTE_ADDR Remote address of the invoking client
HL7_LISTENER GV Listener's name receiving the client request
HL7_APPLICATION GV Application's name processing the client request
HL7_REC_APPLICATION Configured GV Listener @receivingApplication value
HL7_REC_FACILITY Configured GV Listener @receivingFacility value
  • Adapter Social
  1. Moved to twitter4j v4.0.1
  2. Implemented getUserTimeline and query operations (see)
  3. Various bug-fix
  1. Added pluggable URL Mapping interface:
    1. standard GVCore call mapping
    2. HTTP forward mapping
  2. Improved the URL mapping behaviour
  3. Added the capability to forward HTTP request/response to/from a remote server
  4. Corrected setting of HTTP_METHOD GVBuffer's property in GVCoreHttpServletMapping
  • Adapter/VCL WS
  1. Modified ws-call with a WSDLInfo/@ws-endpoint-url parameter that enable the configuration of WS EPR that overrides the value defined in the WSDL (see)
  2. WS Commons: added utility methods to convert DOM to Axiom Body content
  • VCL J2EE
  1. Added a new attribute to jms-dequeue to specifies if the dequeue must keep input GVBuffer properties, not present in the JMS message, in the output
  • VCL HTTP
  1. added parameters for connection timeout and SO timeout (see)
  • JMS Forward
  1. Added support in JMS Forward of pre-processor validation framework, that add the capability to check some condition before dequeuing a JMS message from the queue (see)
  • GVConsole
  1. Corrected deployment of ServiceDump configuration