JBoss6 类加载 Jar 搜索顺序

发布于 2024-10-22 02:07:06 字数 197 浏览 0 评论 0原文

我们正在将一个 Web 应用程序从 JBoss 4.2.3 迁移到 JBoss 6。该应用程序需要控制在类加载期间在 jar 中搜索类的顺序。这是在 JBoss 4.2.3 中通过破解 jboss.jar 中的 EARDeployer 类以按特定顺序将 jar 添加到 DeploymentInfo 对象来实现的。

有没有办法在 JBoss 6 中达到相同的结果?

We are migrating a web application from JBoss 4.2.3 to JBoss 6. The application needs to control the order in which jars are searched for classes during classloading. This was achieved in JBoss 4.2.3 by hacking EARDeployer class in jboss.jar to add jars to the DeploymentInfo object in a specific order.

Is there a way to achieve the same result in JBoss 6?

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

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

发布评论

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

评论(1

无边思念无边月 2024-10-29 02:07:06

JBoss 的 Ales Justin 帮助我解决了这个问题。我们的对话可以在这里找到:链接

Ales Justin over at JBoss was able to help me through this. Our conversation can be found here: Link

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