User development,
A new message was posted in the thread "jndi.properties vs
bindings-jboss-beans.xml":
http://community.jboss.org/message/528337#528337
Author : Brian Stansberry
Profile :
http://community.jboss.org/people/bstansberry@jboss.com
Message:
--------------------------------------------------------------
The conf/jndi.properties file is used by naming clients running inside the AS. It has no
impact at all on what socket the Naming server listens on. The Naming server has no idea
that file even exists.
Don't include a java.naming.provider.url in conf/jndi.properties; you'll just
break things or at best force any naming Context created inside the server to use an
inefficient code path in doing naming operations.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/528337#528337