Stefan Daurer [
https://community.jboss.org/people/sdaurer] created the discussion
"Re: JBoss AS 7.1 - How to create application Client that uses a deployed EJB"
To view the discussion, visit:
https://community.jboss.org/message/748969#748969
--------------------------------------------------------------
Try the following:
- Check if there is a line with your user really exists in
standalone/configuration/application-users.properties
- Create the file *jboss-ejb-client.properties* in your classpath root with the following
content:
+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+
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/748969#748969]
Start a new discussion in EJB3 at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]