[jboss-jira] [JBoss JIRA] (AS7-3713) JBoss Web module.xml declares clustering sso as optional, when it is instead required
Tristan Tarrant (JIRA)
jira-events at lists.jboss.org
Fri Feb 10 08:47:48 EST 2012
[ https://issues.jboss.org/browse/AS7-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated AS7-3713:
---------------------------------
Priority: Minor (was: Major)
Description:
org/jboss/as/web/main/module.xml contains <module name="org.jboss.as.clustering.web.spi" optional="true"/>, but the clustering classes are imported directly by WebVirtualHostAdd.java, so the optional is kind of required :)
This wouldn't normally be an issue, but it means that for derived products this drags in a ton of unwanted modules.
was:org/jboss/as/web/main/module.xml contains <module name="org.jboss.as.clustering.web.spi" optional="true"/>, but the clustering classes are imported directly by WebVirtualHostAdd.java, so the optional is kind of required :)
Component/s: Clustering
> JBoss Web module.xml declares clustering sso as optional, when it is instead required
> -------------------------------------------------------------------------------------
>
> Key: AS7-3713
> URL: https://issues.jboss.org/browse/AS7-3713
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering, Web
> Affects Versions: 7.1.0.Final
> Reporter: Tristan Tarrant
> Assignee: Remy Maucherat
> Priority: Minor
>
> org/jboss/as/web/main/module.xml contains <module name="org.jboss.as.clustering.web.spi" optional="true"/>, but the clustering classes are imported directly by WebVirtualHostAdd.java, so the optional is kind of required :)
> This wouldn't normally be an issue, but it means that for derived products this drags in a ton of unwanted modules.
--
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