I noticed that when setting JVM overrides (-Dxxxxxx) in Server Start admin console for a coherence server, some traditional -D override do not prevail.
When setting -Dtangosol.coherence.member=XXXX, ther actual member name in JMX is the name of the WebLogic server. Same thing for -Dtangosol.coherence.machine.
Although this makes sense (WebLogic server name is the Coherence node member name and WebLogic machine is the Coherence node machine name), this breaks the usual prevalance of -D overrides.
Is there an exhaustive list somewhere of all those overrides where WebLogic has prevalance over -D ones?
Tks