可以在 Glassfish 运行时修改 ejb-jar.xml 中的 env-entry 值吗?
我的 EJB 项目打包在 EAR 中,在其 ejb-jar.xml 中定义了一些 env-entry 配置值。我可以将它们注入到我的会话 bean 中。
我希望能够在不重新部署、不修改描述符(应该只包含默认值)和不重新启动服务器的情况下修改这些值。对于 Glassfish 中的 Web 项目来说,使用 asadmin set-web-env-entry
命令似乎可以实现这一点。我还没有找到 EJB/EAR 应用程序的任何等效项。能做到吗?
My EJB project, packaged in an EAR, defines some env-entry configuration values in its ejb-jar.xml. I can inject these into my session bean fine.
I would like the possibility of modifying these values without redeploying, without modifying the descriptor (which should only contain default values) and without restarting the server. It seems like this is possible for web projects in Glassfish, using the asadmin set-web-env-entry
command. I haven't found any equivalent for EJB/EAR applications. Can it be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论