Wolf-Dieter Fink [
https://community.jboss.org/people/wdfink] created the discussion
"Re: Including external/third-party JARs in app on JBoss 7.1.1"
To view the discussion, visit:
https://community.jboss.org/message/824952#824952
--------------------------------------------------------------
I don't think that this will be possible in AS7.
To separate the different applications with the dependencies there are different
classloaders for each application, see
https://docs.jboss.org/author/display/AS72/Class+Loading+in+AS7 AS7 classloading.
A way that looks possible is to add this libraries as a modul, create the module.xml and
use symbolic links. Also you can have different versions (main, 1.1,1.2 ...) that
applications can run with different dependencies in the same server.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/824952#824952]
Start a new discussion in Beginner's Corner at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]