added client and server REST support
This commit is contained in:
21
src/test/resources/jboss-ejb-client.properties
Normal file
21
src/test/resources/jboss-ejb-client.properties
Normal file
@@ -0,0 +1,21 @@
|
||||
#remote.connections=default
|
||||
#remote.connection.default.host=odroid-u3
|
||||
#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=jpacrepo
|
||||
#remote.connection.default.password=password01.
|
||||
#
|
||||
#remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
|
||||
#remote.connections=default
|
||||
#remote.connection.default.host=odroid-u3
|
||||
#remote.connection.default.port=4447
|
||||
#remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false
|
||||
#jboss.naming.client.ejb.context=true
|
||||
#
|
||||
#java.naming.factory.initial=org.jboss.naming.remote.client.InitialContextFactory
|
||||
#java.naming.factory.initial=java.naming.spi.InitialContextFactory
|
||||
#java.naming.factory.url.pkgs=org.jboss.ejb.client.naming
|
||||
#java.naming.provider.url=remote://odroid-u3:4447
|
Reference in New Issue
Block a user