ws addressing - Apache CXF and WS-A properties -
can please tell me how resolve warning message receiving?
warn 13 oct 2011 15:23:46,024 contextutils - ws-addressing - failed retrieve message addressing properties context
it doesn't seem have negative side effects although clutters logs , don't software complain.
this link has information on how adjust cxf logging levels:
http://cxf.apache.org/docs/debugging-and-logging.html
the code looks logging message @ 'fine' , 'warn' levels:
if (maps != null) { log.log(level.fine, "current maps {0}", maps); } else if (!isprovidercontext) { logutils.log(log, warnifmissing ? level.warning : level.fine, "maps_retrieval_failure_msg"); }
you can adjust logger accordingly.
thanks.
Comments
Post a Comment