Remove the .. in the property:
remote.connection.default.connect.options.org.xnio.Options..SASL_DISALLOWED_MECHANISMS
should be
remote.connection.default.connect.options.org.xnio.Options.SASL_DISALLOWED_MECHANISMS
But I still have the same problem you have