[
https://issues.jboss.org/browse/MODCLUSTER-8?page=com.atlassian.jira.plug...
]
Michal Babacek closed MODCLUSTER-8.
-----------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
Extract AS to mod_cluster communication code from JBossWeb
----------------------------------------------------------
Key: MODCLUSTER-8
URL:
https://issues.jboss.org/browse/MODCLUSTER-8
Project: mod_cluster
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Brian Stansberry
Assignee: Paul Ferraro
Fix For: 1.0.0.Beta1
The ClusterListener class in JBossWeb includes generally useful functionality for
communicating from the JBossWeb side to the httpd side. We should re-use that code in the
JBoss AS impl as well; no reason to duplicate it.
Task here is to extract the code from ClusterListener into a separate subcomponent.
Package it in a separate jar so both JBossWeb and JBoss AS can both consume it without
getting into dependency issues vis-a-vis each other. The JBossNative project seems like a
logical place to host this code. (We can move it if not).
This should be done with an interface and extensible base implementation approach. JBoss
AS will likely want to extend/alter the behavior used by standalone JBossWeb, but the
ClusterListener class should be unaware of this.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)