Currently running some webapps on Jboss AS 4/5 and I am testing migration to jboss7. When I try to deploy a jersey based webapp on JBoss AS 7 (full profile with standalone-p
In web.xml file add the files
resteasy.scanfalseresteasy.scan.providersfalseresteasy.scan.resourcesfalse
and comment out the init-param
This worked out for me in jboss-as-7.1.1.Final and i did not do any changes in standalone.xml.