简体   繁体   English

Jboss从jboss 6.0迁移到jboss 7.1

[英]Jboss migration from jboss 6.0 to jboss 7.1

I am migrating JBoss 6 to jboss 7.1 and I get to know that jboss 7.1 follows moduler approach and loads only some specific jars like activation.jar, jboss-ejb-api.jar ,transaction.jar etc and for other jars we give entry in jboss-deployement-structure.xml file. 我正在将JBoss 6迁移到jboss 7.1,我知道jboss 7.1遵循moduler方法并仅加载一些特定的jar,例如Activation.jar,jboss-ejb-api.jar,transaction.jar等,对于其他jar,我们在其中输入jboss-deployement-structure.xml文件。 can anybody please help me know how does it loads implicit jars.where the entry of these implicit jars is provided(any xml file etc.) 任何人都可以帮我知道它如何加载隐式jar。提供这些隐式jar的条目的地方(任何xml文件等)

Other libraries (ie modules) you want your application to have access to is provided from the jboss-deployment-structure.xml. 您希望您的应用程序可以访问的其他库(即模块)从jboss-deployment-structure.xml中提供。 Libraries packaged in your application etc are loaded in the applications classloader I believe. 我相信,打包在您的应用程序中的库等已加载到应用程序类加载器中。

There is no XML, this is specified in Java-code (deployment processors). 没有XML,这是用Java代码(部署处理器)指定的。 There is documentation when modules are added implicitly in: https://docs.jboss.org/author/display/AS7/Implicit+module+dependencies+for+deployments 有文档说明了在以下位置隐式添加模块的情况: https : //docs.jboss.org/author/display/AS7/Implicit+module+dependencies+for+deployments

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM