[jboss-user] [JCA/JBoss] - Lookup of ConnectionFactory from standalone prog returns NUL
jaikiran
do-not-reply at jboss.com
Wed Jul 26 05:52:14 EDT 2006
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
More information about the jboss-user
mailing list