Author: ropalka
Date: 2012-02-17 06:34:20 -0500 (Fri, 17 Feb 2012)
New Revision: 15677
Added:
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/appclient.jndi.properties
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/server.jndi.properties
Removed:
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/jndi.properties
Modified:
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/jboss-ejb-client.properties
Log:
[JBWS-3435] make jndi & ejb client properties up2date. Also fixing host name
filtering
Added:
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/appclient.jndi.properties
===================================================================
---
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/appclient.jndi.properties
(rev 0)
+++
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/appclient.jndi.properties 2012-02-17
11:34:20 UTC (rev 15677)
@@ -0,0 +1,5 @@
+java.naming.factory.initial=org.jboss.naming.remote.client.InitialContextFactory
+java.naming.factory.url.pkgs=org.jboss.ejb.client.naming:org.jboss.naming.remote.client
+java.naming.provider.url=remote://@jboss.bind.address@:4448
+jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
+jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
Modified:
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/jboss-ejb-client.properties
===================================================================
---
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/jboss-ejb-client.properties 2012-02-17
11:33:36 UTC (rev 15676)
+++
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/jboss-ejb-client.properties 2012-02-17
11:34:20 UTC (rev 15677)
@@ -1,30 +1,5 @@
-#
-# JBoss, Home of Professional Open Source.
-# Copyright 2011, Red Hat, Inc., and individual contributors
-# as indicated by the @author tags. See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
-#
-# This is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation; either version 2.1 of
-# the License, or (at your option) any later version.
-#
-# This software is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this software; if not, write to the Free
-# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-# 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-#
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
-
remote.connections=default
-
-remote.connection.default.host=localhost
+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
-
-
Deleted: stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/jndi.properties
===================================================================
---
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/jndi.properties 2012-02-17
11:33:36 UTC (rev 15676)
+++
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/jndi.properties 2012-02-17
11:34:20 UTC (rev 15677)
@@ -1,3 +0,0 @@
-java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
-java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces:org.jboss.ejb.client.naming
-java.naming.provider.url=jnp://@jboss.bind.address@:1099
\ No newline at end of file
Added:
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/server.jndi.properties
===================================================================
--- stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/server.jndi.properties
(rev 0)
+++
stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/server.jndi.properties 2012-02-17
11:34:20 UTC (rev 15677)
@@ -0,0 +1,5 @@
+java.naming.factory.initial=org.jboss.naming.remote.client.InitialContextFactory
+java.naming.factory.url.pkgs=org.jboss.ejb.client.naming:org.jboss.naming.remote.client
+java.naming.provider.url=remote://@jboss.bind.address@:4447
+jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
+jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
\ No newline at end of file