[jboss-user] [JNDI/Naming/Network] - Re: JNDI Lookup issue

jaikiran do-not-reply at jboss.com
Mon Apr 23 01:42:05 EDT 2007


Try adding the jndi environment details to the configuration file:



  | <bean>
  | ......
  | <property name="jndiEnvironment">
  | 	<props>
  | 		<!-- JBoss JNDI environment entries -->
  | 		<prop key="java.naming.factory.initial">org.jnp.interfaces.NamingContextFactory</prop>
  | 		<prop key="java.naming.provider.url">jnp://localhost:1099</prop>
  | 	</props> 
  | </property>
  | 
  | ...
  | </bean>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039687#4039687

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039687



More information about the jboss-user mailing list