接缝吞没 JDBC 异常

发布于 2024-12-05 17:42:49 字数 81 浏览 0 评论 0原文

我正在使用 Seam 2.1,但是当我收到 JDBC 异常抛出代理调用时,框架会吞下异常而不记录它。有什么办法可以显示异常吗?

谢谢

I'm working with Seam 2.1 but when I get a JDBC Exception throw proxy call, the framework swallows the exception without logging it. There is any way to show the exception?

Thanks

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

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

发布评论

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

评论(1

南笙 2024-12-12 17:42:49

您看过这个吗?

JSF 在异常处理方面的局限性令人惊讶。作为一个
这个问题的部分解决方法,Seam 允许您定义如何
特定类别的异常是通过注释来处理的
异常类,或者在 XML 文件中声明异常类。这
该设施旨在与 EJB 3.0 标准相结合
@ApplicationException注解指定是否发生异常
应该会导致事务回滚。

Have you seen this?

JSF is surprisingly limited when it comes to exception handling. As a
partial workaround for this problem, Seam lets you define how a
particular class of exception is to be treated by annotating the
exception class, or declaring the exception class in an XML file. This
facility is meant to be combined with the EJB 3.0-standard
@ApplicationException annotation which specifies whether the exception
should cause a transaction rollback.

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