Hello G.L.,

do you close the connection in the method? Could you detail what is done
is the method?

Wednesday, June 26, 2002, 11:11:02 PM, you wrote:

GLG> I have a method A that creates a JMS producer to send a message to a
GLG> consumer. After it completely returns from that method and before it
GLG> executes my next line of code I get the following warning (and my
GLG> message is never recv'd by the consumer).

GLG> Anyone have any ideas how to go about figuring this out, what it may mean, 
anything?
GLG> Any help much appreciated!
GLG> ---

GLG> [WARN,TxCapsule] XAException: tx=XidImpl [FormatId=257, GlobalId=cassia//30,
GLG> BranchQual=] errorCode=XAER_RMERR
GLG> javax.transaction.xa.XAException
GLG>         at org.jboss.mq.SpyXAResource.commit(SpyXAResource.java:102)
GLG>         at org.jboss.tm.TxCapsule.commitResources(TxCapsule.java:1490)
GLG>         at org.jboss.tm.TxCapsule.commit(TxCapsule.java:324)
GLG>         at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:76)
GLG>         at
GLG> org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:314)
GLG>         at
GLG> org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageCons
GLG> umer.java:565)
GLG>         at
GLG> org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:376)
GLG>         at org.jboss.mq.SpySession.run(SpySession.java:248)
GLG>         at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:172)
GLG>         at
GLG> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.ja
GLG> va:725)
GLG>         at java.lang.Thread.run(Thread.java:484)

-- 
Best regards,
 Alex Loubyansky




-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to