Granite DS 2.2.0 异常转换器配置问题
在 Java 端的 Granite DS 2.2.0 中配置异常转换器时出现问题。我正在使用 Weblogic。
完成步骤:
1. 实现ExceptionConverter
2. 在 Granite-config.xml 旁边添加:
<exception-converters>
<exception-converter type="<my converter full class name>"/>
</exception-converters>
3. 创建空 WEB-INF/granite-config.properties
有什么想法吗?
谢谢。
Have problem with configuring exception-converters in Granite DS 2.2.0 on java side. I'm using Weblogic.
Steps done:
1. Implemented ExceptionConverter
2. Added next to granite-config.xml:
<exception-converters>
<exception-converter type="<my converter full class name>"/>
</exception-converters>
3. Created empty WEB-INF/granite-config.properties
Any ideas?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已解决:
它应该在服务中使用扩展服务异常处理程序-
config.xml,默认不处理异常转换器。
附言。感谢 wdrai
Resolved:
It should be used extended service exception handler in services-
config.xml, the default one does not handle exception converters.
PS. Thanks to wdrai