Introduction to EJB JNDI Lookup on WildFly Application Server - Alejandro Gervasio | alejandro.gervasio@gmail.com (#2417)

* Initial Commit

* jboss-ejb-client.properties file

* Updated jboss-ejb-client.properties file
This commit is contained in:
Alejandro Gervasio
2017-08-12 23:02:09 -03:00
committed by Zeger Hendrikse
parent 9b2e8ec9f9
commit e13204ca96
7 changed files with 116 additions and 4 deletions
@@ -1,8 +1,8 @@
endpoint.name=client-endpoint
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
remote.connection.default.host=127.0.0.1
remote.connection.default.port=8080
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
remote.connection.default.connect.options.org.xnio.Options.SASL_DISALLOWED_MECHANISMS=${host.auth:JBOSS-LOCAL-USER}
remote.connection.default.username=testUser
remote.connection.default.password=admin1234!
remote.connection.default.username=myusername
remote.connection.default.password=mypassword