Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-449

Changing signature of Channel.down() breaks drop in replacement with JGroups <= 2.4

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.5
    • 2.5
    • None
    • JGroups 2.5 beta-1

    • Workaround Exists
    • Hide

      Recompile JBoss HA.

      Show
      Recompile JBoss HA.

      Changing the signatue for Channel.down() from:

      void down(Event e);

      to:

      Object down(Event e);

      Causes NoSuchMethodError to be thrown in JBoss 4.0.5.

      This is not a super major issue (just need to recompile JBoss), but since our project doesn't like the idea of recompiling JBoss (want to get it directly from the site) it is a show stopper.

      If drop-in replacement for JGroups <= 2.4 is a requirment, something will have to be done but the result of Channel.down() is only used in a few places, so it shouldn't be too much to get it to work.

      It looks like it is just the JBoss HA service that uses Channel.down() explicitly.

              rhn-engineering-bban Bela Ban
              mnewcomb_jira Michael Newcomb (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: