Darran Lofthouse [
https://community.jboss.org/people/dlofthouse] created the discussion
"Re: Remote client access with database login module: user name and password are
UUIDs"
To view the discussion, visit:
https://community.jboss.org/message/719493#719493
--------------------------------------------------------------
If you are seeing the user as $local you need to disable the JBOSS-LOCAL-USER SASL
mechanisms on the client side.
The XNIO option for this is : -
org.xnio.Options.SASL_DISALLOWED_MECHANISMS JBOSS-LOCAL-USER
You will need to disable this both for the JNDI connection and for the EJB connection,
there are example of this on the other posts discussing the same issue.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/719493#719493]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]