EBWS: Make the "DOM to String" and back conversion optional
-----------------------------------------------------------
Key: JBESB-2807
URL:
https://jira.jboss.org/jira/browse/JBESB-2807
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Rosetta, Transports
Affects Versions: 4.4 CP3
Environment: SOA-P 4.3.CP02 CR2
Reporter: Martin Vecera
Priority: Critical
In org.jboss.internal.soa.esb.webservice.BaseWebService, there are two calls that cause
significant performance overhead in request processing:
org.jboss.soa.esb.dom.YADOMUtil.parseStream - 16%
org.jboss.soa.esb.dom.YADOMUtil.serialize - 9.5%
There are (3) reasons to make the conversion from DOM to String optional by a
configuration parameter in jboss-esb.xml and possibly make it the default:
1) ESB Message is able to carry objects,
2) it is expected to have XML message content,
3) and that the user would like to work with the DOM in an ESB service (in a proxy alias
WS Virtualization scenario)
Thanks to Jirka Pechanec for help.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira