An easier way to reproduce this issue is to edit the jms-ds.xml file present in 
%JBOSS_HOME%/server/default/deploy/jms directory and add the following to the 
connection factory configuration:

<use-java-context>false</use-java-context>

Then do a lookup of the jndi name JmsXA from a standalone client. 

Context ctx = new InitialContext();
  | Object ref = ctx.lookup("JmsXA");

It *returns NULL* (Does not throw any exceptions, though).



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960923
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to