ERJGroupsSynchronizer update to 3.x
ERJGroupsSynchronizer update to 3.x
- Subject: ERJGroupsSynchronizer update to 3.x
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 18 Sep 2013 10:37:01 -0400
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden