Author: ropalka
Date: 2012-05-10 05:43:41 -0400 (Thu, 10 May 2012)
New Revision: 16246
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/etc/jboss-ejb-client.properties
Log:
don't rely on ejb client authentication fallbacks - fix regressions after 1.0.8 ->
1.0.10 ejb-client upgrade
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/etc/jboss-ejb-client.properties
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/etc/jboss-ejb-client.properties 2012-05-10
09:12:12 UTC (rev 16245)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/etc/jboss-ejb-client.properties 2012-05-10
09:43:41 UTC (rev 16246)
@@ -3,3 +3,5 @@
remote.connection.default.host=(a)jboss.bind.address@
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_POLICY_NOPLAINTEXT=false
+callback.handler.class=org.jboss.wsf.test.CallbackHandler
Show replies by date