On Mon March 23 2009 12:02:37 pm Lukasz Lichota wrote: > I'm using WSS4JoutInterceptor in CXF, > with action Signature (only) it requires 'user' to be set as well as > 'alias' in properties file. > Why do we need to set it in two places in this case? can't it be read from > properties file?
The new WS-SecurityPolicy based things in CXF 2.2 do read it from the properties file if not specified as a property. They actually go one further and if the keystore only has a single alias/cert in it, you don't need to specify anything. That probably could be ported back to the WSS4JIn/OutInterceptors. Feel free to log an "enhancement request" with CXF. :-) -- Daniel Kulp [email protected] http://www.dankulp.com/blog --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
