如何修改 Eclipselink JPA 2.0 连接重试行为
如何修改 Eclipselink JPA 2.0 连接重试行为。 每当 Eclipselink 检测到连接失败时,它就会自动尝试重新连接到数据库,这会导致 swing ui 冻结而没有任何响应,直到它连接到数据库。 有什么解决方案可以改变这种行为 即连接失败时是否可以抛出异常而不重试 请帮忙解决这个问题 我面临着巨大的问题。
我去了 eclipselink 源代码和谷歌,但我找不到任何解决方案。
How To modify Eclipselink JPA 2.0 connection retry behavior .
Eclipselink automatically tries to reconnect it self to database whenever it detects a connection failure this causes swing ui to freeze without any responses until it connects to database .
Are there any solution to modify this behavior
Ie is it possible to throw exception when connection fails without retrying
Please help on this issue
I am facing with huge problem.
I went throe eclipselink source code and google but I could not find any solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 SessionCustomizer 您可以禁用连接重新连接。
该定制器可以通过持久性单元属性进行设置
Using a SessionCustomizer you can disable the connection reconnection.
This customizer can be set through a persistence unit property