开发者

Use a later version of JavaMail in JBoss 4.2.3

开发者 https://www.devze.com 2023-02-16 10:54 出处:网络
What is the best way to use a later version of JavaMail than the one bundled with 4.2.3 (which seems to be 1.4 or 1.4.1). We need a feature only introduced in 1.4.4 for use in server-side code. One op

What is the best way to use a later version of JavaMail than the one bundled with 4.2.3 (which seems to be 1.4 or 1.4.1). We need a feature only introduced in 1.4.4 for use in server-side code. One option is to simply upgrade the jar in the JBoss server/lib directory, but is there a way to get it to work appropriately with JBoss's classloader infrastructure to bundle the later version in the .ear? This wi开发者_开发技巧ll avoid regression testing JBoss with a new library in the server/lib.

0

精彩评论

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