WebSphere Application Server 8 增强型 EAR 共享库错误?
我已经在 IBM 论坛上发布了这个问题,但为了防止那里没有答案,我想我应该在这里碰碰运气。
我刚刚将 WebSphere Application Server for Developers 的版本从 7.0.0.19 升级到 8.0.0.1。我注意到 WAS 8 中的一个错误。我有一个增强型 EAR,我有一个创建它的构建。我在 EAR 存档的根目录中包含了一个libraries.xml 文件以及一个deployment.xml。该应用程序引用一个共享库。当我将应用程序部署到 WAS 8 时,共享库引用未正确配置。当我进入管理控制台时,我发现由于某种原因,WAS 用引号将我的库名称括起来。所以而不是: Spring 3.0.5.RELEASE
看起来像: “Spring 3.0.5.RELEASE”
我可以在管理控制台中手动修复此问题。这在 WAS 7 中根本没有发生,所以我只能假设这是一个错误。我已经在 Windows XP 和 AIX 上对此进行了测试,并且出现了相同的行为。
这有一个开放的问题吗?我不知道在哪里可以搜索/跟踪 WebSphere 的未解决问题。如果有一个网站可以搜索未解决的问题,请有人将其链接转发给我。
是否有解决办法,以便我不必在每次部署应用程序时手动设置共享库?
谢谢
I have posted this question on the IBM forums but just in case no answer comes from there I thought I would try my luck here.
I have just upgraded my version of WebSphere Application Server for Developers from 7.0.0.19 to 8.0.0.1. I notice what looks to be a bug in WAS 8. I have an Enhanced EAR, I have a build that creates it. I include a libraries.xml file as well as a deployment.xml in the root of the EAR archive. The application references one shared library. When I deploy the application to WAS 8 the shared library reference does not get configured correctly. When I go into the Admin Console I see that for some reason WAS has surround my library name with quotes. So instead of:
Spring 3.0.5.RELEASE
it looks like:
"Spring 3.0.5.RELEASE"
I can manually fix this in the Admin Console. This didn't occur in WAS 7 at all so I can only assume it is a bug. I have tested this off Windows XP and AIX and the same behaviour occurs.
Is there an open issue for this? I don't know where I can search / track open issues for WebSphere. If there is a site to search for open issues please can someone forward me the link to that.
Is there a work around to this so that I don't have to manually set the shared library each time I deploy the application?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这听起来像是产品问题。如果可能的话,我建议与 IBM 建立 PMR。
(我可能猜测问题是空间;也许尝试“Spring-3.0.5.RELEASE”?)
This sounds like a product issue. I would recommend opening a PMR with IBM if possible.
(I might guess that the issue is the space; perhaps try "Spring-3.0.5.RELEASE" instead?)
您好,问题是特殊字符,我遇到了同样的问题,我解决了更改下划线的空格,在您的情况下 Spring_3.0.5.RELEASE 也许您也需要安静的点...如果您尝试 Spring_3005_RELEASE 会更好
Hi the problem is with a special characters, I had the same problem and I solved changed the blank spaces for underline, in your case Spring_3.0.5.RELEASE maybe you will need quiet the dot too... is better if you try Spring_3005_RELEASE