you should look for connection-factories-service.xml, this file can configure JNDI name
mappings for a connection factory. The default names are:
/ConnectionFactory
/XAConnectionFactory
So you can try to look up using one of them, like:
queueConnectionFactory = (QueueConnectionFactory) jndiContext
.lookup("/ConnectionFactory");
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209340#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...