Hi all,

when I was doing the Jettison test refactoring [1] I run to a problem with the jboss-deployment-structure.xml. I needed to exclude jackson in order to use jettison so I used jboss-deployment-structure-no-jackson.xml file like this [3] but it seems it doesn't exclude Jackson. I managed to workaround it with the @NoJackson annotation.

I am bringing it up because I run into several similar cases when I was searching for the solution.