I have set up a few initialization parameters that I want to access in my
service. This is the code I am using to get a reference to the
ServletContext. However all properties inside MessageContext seem to be
null. Am I missing something here? Thanks.


MessageContext msgCtx = MessageContext.getCurrentMessageContext()

ServletContext servletContext =
(ServletContext)msgCtx.getProperty("transport.http.servletContext"):

Reply via email to