Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-4258

Invoke Channel.down via reflection to allow future upgrade to JGroups 2.5

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • JBossAS-4.2.0.CR2
    • None
    • Clustering
    • None

      ClusterPartition invokes the JGroups Channel.down(Event) method in one place (startService()). In JG 2.5, the signature on that method has changed from a void return to an object return. That causes issues if users attempt to upgrade the AS to 2.5 (see JGRP-449).

      A simple way to leave the upgrade path open is to change this call to use reflection. Hacky, but the call happens just once per server start.

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: