Hello,

When there is a Sub-class of Application on the classpath without
@ApplicationPath annotation nor a <servlet-mapping> for the Application
sub-class in web.xml, deployment fails under JBoss AS7 with the following
error:
DeploymentUnitProcessingException: JBAS011233: Please use either
@ApplicationPath or servlet mapping for url path config.
at JaxrsIntegrationProcessor.deploy(line:171)

Just wondering of this is the correct behaviour, because it could also just
skip this sub-class (because there is no mapping, and e.g. use
javax.ws.rs.core.Application if defined in web.xml).

Like to hear your opinion...

ps, I noticed this behaviour to have the application GF3.1 and AS7
compatible.

Regards,
Duncan
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to