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:

Attachment: ERJGroupsNotificationCenter.java
Description: Binary data

Attachment: ERJGroupsSynchronizer.java
Description: Binary data

Attachment: jgroups-default.xml
Description: XML document


Ken


On Sep 18, 2013, at 10:37 AM, Theodore Petrosky <tedp...@yahoo.com> wrote:

> 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 removed a long time ago".
> 
> //    if 
> (ERXProperties.booleanForKeyWithDefault("er.extensions.jgroupsSynchronizer.autoReconnect",
>  true)) {
> //      _channel.setOpt(Channel.AUTO_RECONNECT, Boolean.TRUE);
> //    }
> 
> 3. and those exceptions i.e.. ChannelExceptions et al. 
> 
> my question to bela "Is that your intention to just use Java exceptions?"
> answer:  "[10:25] <bela__> yes, and runtime exceptions"
> 
> he mentioned "[10:24] <bela__> tedpet: I also suggest use a config file 
> shipped with the version you download, e.g. udp.xml, and then make slight 
> modifications to it, if needed"
> 
> I will see what is involved with that.
> 
> I did update painlessly to 2.12.2
> 
> Is anyone else using this?
> 
> Ted
> 
> 
> 
> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/kenlists%40anderhome.com
> 
> This email sent to kenli...@anderhome.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to