[jboss-dev-forums] [JBoss ESB Development] - Re: EBWS Security Support

beve do-not-reply at jboss.com
Tue Sep 29 10:01:54 EDT 2009


Hi Anil, 

Kev an I discussed this in a call just a while ago 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. 
This is what I'm using at the moment:
<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.2.0.xsd" parameterReloadSecs="5">
  | 
  |     <globals>
  |         <auth method="BASIC" domain="JBossWS" />
  |     </globals>
  | ...
  | </jbossesb>
Since the there is one war per jboss-esb.xml (if you have a http-provider or expose a esb service as a web service (EBWS)) it makes sense to have this outside of the http-provider and separate from the esb service security configuration.

Any thought on this? Any better suggestion for the 'globals' element name?

Regards,

/Daniel 


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257662#4257662

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257662



More information about the jboss-dev-forums mailing list