JBoss Community

Re: Including external/third-party JARs in app on JBoss 7.1.1

created by Wolf-Dieter Fink in Beginner's Corner - View the full discussion

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 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

Start a new discussion in Beginner's Corner at Community