开发者

JBoss6 Classloading Jar Search Order

开发者 https://www.devze.com 2023-02-17 19:34 出处:网络
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

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消