Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 JAX-RS 服务作为 WAR 文件部署到 CXF(WSO2 AS 5.1.0)。 此外,我将 Axis2处理程序部署为模块 (MAR),用于修改 IN/OUT 流中的 Axis2 MessageContext。 如何从 JAX-RS 服务获取 Axis2 MessageContext?
这是不可能的。按照设计,我们不允许从运行 JAX-RS 服务的 tomcat 容器访问 Axis2 MessageContext。