[jboss-jira] [JBoss JIRA] (AS7-5038) org.jboss.as.jpa module missing javax.servlet.api dependency
Brad Maxwell (JIRA)
jira-events at lists.jboss.org
Wed Jun 20 16:41:12 EDT 2012
[ https://issues.jboss.org/browse/AS7-5038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702571#comment-12702571 ]
Brad Maxwell commented on AS7-5038:
-----------------------------------
The class is throwing a ServletException. Issue was noticed with HP Diagnostics enabled, we are waiting to see if it resolves the NCDE.
> org.jboss.as.jpa module missing javax.servlet.api dependency
> ------------------------------------------------------------
>
> Key: AS7-5038
> URL: https://issues.jboss.org/browse/AS7-5038
> Project: Application Server 7
> Issue Type: Bug
> Components: Server
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Brad Maxwell
>
> org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve in jboss-as-jpa-7.1.2.Final-redhat-1.jar requires javax.servlet.http.HttpServletRequest
> https://github.com/jbossas/jboss-as/blob/master/jpa/core/src/main/java/org/jboss/as/jpa/interceptor/WebNonTxEmCloserValve.java
> import javax.servlet.ServletException;
> ...
> public void invoke(Request request, Response response)
> throws IOException, ServletException {
--
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