I added these properties, still I am geting these exceptions.
Client side I obsrsed the below warning related to new property
WARN: Invalid option 'org.xnio.Options..SASL_DISALLOWED_MECHANISMS' in property 'remote.connection.default.connect.options.org.xnio.Options..SASL_DISALLOWED_MECHANISMS':
java.lang.IllegalArgumentException : Class 'org.xnio.Options.' not found
Thanks for your quck replies.
Here is file ejb client properties I used to run the test:
=======================================
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=
false
remote.connections=
default
remote.connection.default.host=
localhost
remote.connection.default.port =
4447
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=
false
remote.connection.default.connect.options.org.xnio.Options..SASL_DISALLOWED_MECHANISMS=JBOSS-LOCAL-USER
remote.connection.two.host=
localhost
remote.connection.two.port =
4447remote.connection.two.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=
false
remote.connection.two.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=
false