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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...