[
https://jira.jboss.org/browse/JBCLUSTER-289?page=com.atlassian.jira.plugi...
]
Brian Stansberry updated JBCLUSTER-289:
---------------------------------------
Attachment: jbcluster-289.patch
Attached is a patch that removes the use of the 3 classes.
JChannelFactory still uses ConfiguratorFactory for its getConfigStream methods, which
isn't great, since I suspect Bela considers those to be internal as well. That could
be solved by copying those methods into ProtocolStackUtils.
Eliminate use of ProtocolStackConfigurator, ProtocolData,
ProtocolParam
-----------------------------------------------------------------------
Key: JBCLUSTER-289
URL:
https://jira.jboss.org/browse/JBCLUSTER-289
Project: JBoss Clustering
Issue Type: Task
Security Level: Public(Everyone can see)
Components: HA-Server-Core
Reporter: Brian Stansberry
Assignee: Scott Marlow
Priority: Blocker
Fix For: HA-Server-Core 1.0.0.Beta1
Attachments: jbcluster-289.patch
Remove use of these JGroups classes from the JChannelFactory implementation. ProtocolData
and ProtocolParam can be replaced with identical classes in the ha-server-core package.
Removing ProtocolStackConfigurator will require changing the JChannel constructor we use;
we'll need to create an old-style protocol string from the configuration model and
pass it to JChannelFactory(String).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira