Esb 3 3 4 Final
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
- 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
- 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:
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
- Various bug-fix
- Adaapter HTTP Inbound
- 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
- 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
- VCL HTTP
- added parameters for connection timeout and SO timeout
- 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
- GVConsole
- Corrected deployment of ServiceDump configuration