apparaonali [
https://community.jboss.org/people/apparaonali] created the discussion
"Re: remote ejb client username is encrypted at the server(JBOSS7.1 CR1)"
To view the discussion, visit:
https://community.jboss.org/message/718443#718443
--------------------------------------------------------------
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*
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/718443#718443]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]