[jboss-jira] [JBoss JIRA] Commented: (JBCLUSTER-289) Eliminate use of ProtocolStackConfigurator, ProtocolData, ProtocolParam
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Thu Nov 18 11:14:07 EST 2010
[ https://jira.jboss.org/browse/JBCLUSTER-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564080#comment-12564080 ]
Scott Marlow commented on JBCLUSTER-289:
----------------------------------------
Everything looks good locally on my machine (I didn't do a full testsuite but just some clustering (non-http) tests).
I hit two problems. One was an intermittent embedded test failure that went away on its own. That was strange. The other being some reference to the original ProtocolParameter class in jgroups, that I couldn't find with grep. That was weird too. If I applied the patch to a new svn checkout, no problem.
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list