Re: [Resteasy-users] Application subclass without mapping

2012-09-04 Thread Bill Burke
Change "javax.ws.rs.core.Application" to "javax.ws.rs.Application". That is the correct way to do it. (Still might not work). On 9/4/2012 12:22 PM, Duncan Bloem wrote: > No, I have: > > http://java.sun.com/xml/ns/javaee"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocat

Re: [Resteasy-users] Application subclass without mapping

2012-09-04 Thread Duncan Bloem
No, I have: http://java.sun.com/xml/ns/javaee"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";> jaxrs javax.ws.rs.core.Application /*

Re: [Resteasy-users] Problem using RESTEasy mock framework withexception mapper

2012-09-04 Thread Bill Burke
Our queue is pretty full at the moment, Log a JIRA and we'll put it on our Queue. On 9/3/2012 5:43 PM, Jim Showalter wrote: > The response to this wasn’t exactly overwhelming. One email said the > mock framework is going to be deprecrated, which is fine, but in the > meantime it would be good to

Re: [Resteasy-users] Application subclass without mapping

2012-09-04 Thread Bill Burke
SO, you have: Resteasy org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher javax.ws.rs.Application com.restfully.shop.services.ShoppingApplication Resteasy /* And

[Resteasy-users] 'Unable to find contextual data of type: javax.servlet.ServletContext'

2012-09-04 Thread Peter Courcoux
Hi, I have resteasy deployed in jboss as7.1.1 and, on startup, am getting an org.jboss.resteasy.spi.LoggableFailure with the above message. I would guess that this is a configuration or missing library error, but if someone could explain what the error means and point me in the right direction