Create global configuration section in jboss-esb.xml for setting that are global to the
whole configuration file.
-----------------------------------------------------------------------------------------------------------------
Key: JBESB-2864
URL:
https://jira.jboss.org/jira/browse/JBESB-2864
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Configuration, Rosetta
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 4.7
This issue came up after the addition of the new http-provider. This has the ability to
specify a security domain. There is only one war per jboss-esb.xml so this means that this
security domain is shared among the all http-providers and all EBWS in a jboss-esb.xml
file. To make it clear that this configuration has an effect outside of the http-provider
it was decided to create this new global section.
Kev an I discussed this in a call and it was decided to introduce a new top level
configuration element.
This element will contain configurations that are global to the jboss-esb.xml file. So we
will put the authentication method and authentication domain for the war in this new
element.
Example:
<jbossesb
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc...
parameterReloadSecs="5">
<globals>
<war-security method="BASIC" domain="JBossWS" />
</globals>
...
</jbossesb>
--
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