Difference between revisions of "Esb 3 3 4 Final"
(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...") |
|||
Line 12: | Line 12: | ||
*DTE | *DTE | ||
− | #Added basic json to xml and xml to json DTE transformers | + | #Added basic json to xml and xml to json DTE transformers ([[GVDataTransformation|see]]) |
*DataHandler | *DataHandler | ||
Line 18: | Line 18: | ||
*Adapter HL7 | *Adapter 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 ([[GVHL7ListenerManager|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) | ||
#Added the capability to the HL7 Listener to force Recevinig Application/Facility in autogenerated NAK | #Added the capability to the HL7 Listener to force Recevinig Application/Facility in autogenerated NAK | ||
− | #Added the following properties in input to GV workflow: | + | #Added the following properties in input to GV workflow ([[GVHL7ListenerManager|see]]): |
{| | {| | ||
|HL7_REMOTE_ADDR || Remote address of the invoking client | |HL7_REMOTE_ADDR || Remote address of the invoking client | ||
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|see]]) |
#Various bug-fix | #Various bug-fix | ||
− | *Adaapter HTTP Inbound | + | *Adaapter HTTP Inbound ([[GVAdapterHttpConfiguration|see]]) |
#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 GVBuffer ([[Jms-dequeue|see]]) |
*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 |
Revision as of 11:07, 31 December 2014
GreenVulcano® ESB 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 the end trace message of workflow nodes, added execution time in ms
- Improved transaction error management in workflow engine
- Corrected GVSubFlowCallNode @dynamic behavior
- Solved a bug on debugger when resuming after a breakpoint
- DTE
- Added basic json to xml and xml to json DTE transformers (see)
- DataHandler
- Corrected connection release fake error message when using dynamic connection name definition in DBOBuilder
- Adapter HL7
- Added a HL7 Forward validator that checks the availability of a list of HL7 servers (see)
- Improved concurrent access to HL7ConnectionValidator
- Updated HAPI libraries to resolve a bug in autogenerated NAK header compilation (missing sender/receiver identification)
- Added the capability to the HL7 Listener to force Recevinig Application/Facility in autogenerated NAK
- Added the following properties in input to GV workflow (see):
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
- Moved to twitter4j v4.0.1
- Implemented getUserTimeline and query operations (see)
- Various bug-fix
- Adaapter HTTP Inbound (see)
- Added pluggable URL Mapping interface:
- standard GVCore call mapping
- HTTP forward mapping
- Improved the URL mapping behaviour
- Added the capability to forward HTTP request/response to/from a remote server
- Corrected setting of HTTP_METHOD GVBuffer's property in GVCoreHttpServletMapping
- 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 (see)
- WS Commons: added utility methods to convert DOM to Axiom Body content
- 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 (see)
- VCL HTTP
- added parameters for connection timeout and SO timeout (see)
- 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 (see)
- GVConsole
- Corrected deployment of ServiceDump configuration