[jboss-jira] [JBoss JIRA] (AS7-2388) HttpTunnelingServlet / Netty cannot classload HttpServlet (main.xml in module is wrong)
jaikiran pai (Commented) (JIRA)
jira-events at lists.jboss.org
Fri Oct 28 00:28:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638218#comment-12638218 ]
jaikiran pai commented on AS7-2388:
-----------------------------------
That looks a bit weird. The JaxrsScanningProcessor is using Netty module to look for some classes. Can you try this against the 7.0.2 version which has been released few weeks back? If it still fails there, please post the updated exception stacktrace and if possible the application which reproduces this.
> HttpTunnelingServlet / Netty cannot classload HttpServlet (main.xml in module is wrong)
> ---------------------------------------------------------------------------------------
>
> Key: AS7-2388
> URL: https://issues.jboss.org/browse/AS7-2388
> Project: Application Server 7
> Issue Type: Bug
> Components: Modules
> Affects Versions: 7.0.1.Final
> Reporter: Sebastian Jancke
> Assignee: David Lloyd
> Labels: classloading, hornetq, module, netty
>
> Using the HttpTunnelingServlet inside a WAR's web.xml is not possible (e.g. to tunnel HornetQ), because the module 'netty' cannot access the module 'servlet-api / javaee'
> Fix is simple. Adjust modules/org/jboss/netty/main/module.xml with the following dependency:
> <dependencies>
> ..
> <module name="javax.servlet.api" />
> </dependencies>
--
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