WAS 7.0 - MDB 中的默认拦截器

发布于 2024-11-10 07:09:22 字数 407 浏览 3 评论 0原文

我在使用 Websphere 7.0 AS 中的默认拦截器建议 MDB 时遇到问题。我已经使用 Glassfish AS 测试了相同的代码,并且运行良好。奇怪的是WAS拦截器适用于无状态bean,但不适用于MDB。

<assembly-descriptor>
<interceptor-binding>
    <ejb-name>*</ejb-name>  
    <interceptor-class>jms.service.interceptor.IncomingJMSMessageLogInterceptor</interceptor-class> 
</interceptor-binding>
</assembly-descriptor>

I'm having problems advising MDBs with default interceptors in Websphere 7.0 AS. I have tested the same code using Glassfish AS and it works fine. The strange thing is that WAS interceptor is applied for stateless beans but not for MDB.

<assembly-descriptor>
<interceptor-binding>
    <ejb-name>*</ejb-name>  
    <interceptor-class>jms.service.interceptor.IncomingJMSMessageLogInterceptor</interceptor-class> 
</interceptor-binding>
</assembly-descriptor>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

↙厌世 2024-11-17 07:09:22

仅使用 JCA 消息端点(而不是侦听器端口)的 MDB 支持拦截器。

已针对此问题打开 APAR PM53989

Interceptors are only supported for MDBs using JCA message endpoints, not listener ports.

APAR PM53989 has been opened for this problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文