JBoss Community

Re: remote ejb client username is encrypted at the server(JBOSS7.1 CR1)

created by apparaonali in JBoss AS 7 Development - View the full discussion

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 =

4447

remote.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

Start a new discussion in JBoss AS 7 Development at Community