Thanks for the link Brian.
After reading the wiki page you pointed out, I determined that the problem was stemming
from the way we were telling Spring about JMS.
We were telling Spring to lookup the JMS Connection Factory under the JNDI name
"ConnectionFactory".
I switched this JNDI name to "java:JmsXA" and the problem is resolved.
Thanks again,
Lance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088130#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...