JBoss6 类加载 Jar 搜索顺序
我们正在将一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JBoss 的 Ales Justin 帮助我解决了这个问题。我们的对话可以在这里找到:链接
Ales Justin over at JBoss was able to help me through this. Our conversation can be found here: Link