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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]