Re: ERJGroupsSynchronizer update to 3.x

2013-09-18 Thread Ken Anderson
Theodore, I haven't delved too deeply - at the moment it is working, but I only did this very recently. Ken On Sep 18, 2013, at 11:06 AM, Theodore Petrosky wrote: > I see that you just commented out the section on .setDiscardOwnMessages. > should this be set to 'true'? > > do you want to r

Re: ERJGroupsSynchronizer update to 3.x

2013-09-18 Thread Theodore Petrosky
I see that you just commented out the section on .setDiscardOwnMessages. should this be set to 'true'? do you want to receive messages on the sending jchannel? if I read the 2.x docs, _channel.setOpt(Channel.LOCAL, Boolean.FALSE);set the sending channel to NOT receive updates which implie

Re: ERJGroupsSynchronizer update to 3.x

2013-09-18 Thread Ken Anderson
I am… You have to remove a lot from the xml file (deprecated controls basically), and make a few changes to the Java. Here's mine: ERJGroupsNotificationCenter.java Description: Binary data ERJGroupsSynchronizer.java Description: Binary data jgroups-default.xml Description: XML document

ERJGroupsSynchronizer update to 3.x

2013-09-18 Thread Theodore Petrosky
I got the skinny on the upgrade of ERJGroupsSynchronizer. there are three issues: 1. _channel.setOpt(Channel.LOCAL, Boolean.FALSE); gets changed to: _channel.setDiscardOwnMessages(Boolean.FALSE); 2. reconnect according to bela, this section just comes out and in his words "Shunning was re