I started using a JMSQueueAppender() and I'm now getting a jdbc connection exception stating I need to enable twophasecommit in my ejb's where we have trasaction support enabled. This is coming from having a JMS connection and a JDBC participate in the same trasaction. I can suspend the transaction and then perform the jms stuff, but seems like a very bad way to approach this issue. Any suggestions? Anybody seen this before?
Thanks!
Thanks!