I can inject @Context in my service implementation and get say locale from http headers. I want to pass this information something like this :
serviceimpl -> managerimpl -> daoimpl I want locale to be available to managerimpl and daoimpl as well. Is their a way to pass this information to other layers apart from service impl, without passing it through function parameters. Something like servletcontext or global variables per request ? -- View this message in context: http://cxf.547215.n5.nabble.com/Accessing-MessageContext-and-http-headers-across-service-layers-tp4273158p4273158.html Sent from the cxf-user mailing list archive at Nabble.com.
