[jboss-dev-forums] [Design of JBoss ESB] - Re: HTTP response (status) codes should be returned through
dward
do-not-reply at jboss.com
Wed Jul 29 16:46:58 EDT 2009
I didn't hear any feedback, so I went ahead and made this change.
The default for SOAPClient, SOAPProducer, SOAPProxy and HttpRouter is now such that their response status will get returned by either the JBossRemotingGatewayListener and/or the HttpGatewayListener.
If you want the legacy behavior, you can override this at an action level (META-INF/jboss-esb.xml):
<action name="..." class="...">
| <property name="http.responseStatusEnabled" value="false"/>
| </action>
or at a global level (jbossesb-properties.xml):
<esb>
| <properties name="transports">
| <property name="org.jboss.soa.esb.http.responseStatusEnabled" value="false"/>
| </properties>
| </esb>
Again, the default is now true. I still have to update the docs about this.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246794#4246794
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246794
More information about the jboss-dev-forums
mailing list