Correct. I am able to lookup other objects like XAConnectionFactory, testQueue 
etc, but not WMXQueueConnectionFactory. Here are my jndi settings.


  | 
env.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory" 
);
  |             env.put("java.naming.provider.url","jnp://localhost:1099");
  |             
env.put("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces");  
    
  | </code>
  | 
  | and the lookup code
  | 
  |   | queueConnectionFactory = (QueueConnectionFactory) 
jndiContext.lookup("WMXConnectionFactory");
  |   | [/code>
  |   | 
  |   | Can I im you ?

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

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


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to