Is this error only happening on one of the nodes in your cluster or both? I've had this problem occur on a node that is not the master node because of an error in setting up the initial context for the queue lookup. Make sure that when you are setting up the Properties to use for your InitialContext, that the ProviderUrl value is the ip's of your cluster, not just localhost:1100. The jndi name UIL2XAConnectionFactory will only be registered on the master node, so if each node is looking to localhost:1100 to find the queue, only the master node will find it.
Mind you, this is only a problem if the answer to the first question was "only one of the nodes." Good luck, Tyler View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852622#3852622 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852622 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
