[jboss-jira] [JBoss JIRA] (AS7-2000) resteasy async bug
Stanislav Minar (Created) (JIRA)
jira-events at lists.jboss.org
Tue Oct 4 11:36:16 EDT 2011
resteasy async bug
------------------
Key: AS7-2000
URL: https://issues.jboss.org/browse/AS7-2000
Project: Application Server 7
Issue Type: Bug
Components: REST
Affects Versions: 7.0.2.Final
Reporter: Stanislav Minar
IllegalAccessError when submitting response to org.jboss.resteasy.spi.AsynchronousResponse.
Due to this issue resteasy async is not usable at all :(
java.lang.IllegalAccessError: tried to access field org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage.dispatcher from class org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$1: java.lang.IllegalAccessError: tried to access field org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage.dispatcher from class org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$1
at org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$1.setResponse(Servlet3AsyncHttpRequest.java:47) [async-http-servlet-3.0-2.2.1.GA.jar:]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list