This content has been marked as final.
Show 1 reply
-
1. Re: Link to external libraries - JBoss as 7
lmcdasi Aug 24, 2011 10:26 AM (in response to antonio_bruno)I used modules. And define the module.xml definition - don't forget to add the dependecies - anyhow you'll get them as exceptions at runtime and you'll have to add them. Then the war file manifest file needs to have the keyword "Dependencies:<module name that you just defined earlier>". If your module has spi's define then in the manifest add keyword 'services' after the module name.