This content has been marked as final.
Show 2 replies
-
1. Re: Avoid descriptors loading in war files with jboss-deployment-structure.xml (AS 7.1.1)
ctomc Sep 27, 2012 6:39 PM (in response to zenzei2k)hi,
add something like:
<deployment><exclude-subsystems><subsystemname="jpa"/> <-- jpa subsystem handles peristence.xml if found</exclude-subsystems>...
...
but then you might need to add extra dependacies as subsystem wont.
--
tomaz
-
2. Re: Avoid descriptors loading in war files with jboss-deployment-structure.xml (AS 7.1.1)
zenzei2k Sep 27, 2012 7:07 PM (in response to ctomc)Thanks for the quick response Tomaz! As I see the option is only supported since 7.1.2, is there any official release of that version or do I need to checkout and compile it?