[jboss-user] [JBoss Messaging] - Re: Help on MessagingXAException

2006-12-06 Thread [EMAIL PROTECTED]
Also, MSSQL has some pretty strict requirements regarging configuration, installation etc when it comes to XA. Also, what version of the MSSQL driver are you using. Have you tried the JTDS driver as well? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=399171

[jboss-user] [JBoss Messaging] - Re: Help on MessagingXAException

2006-12-06 Thread timfox
I am not an expert in MSSQL but I know that some databases (e.g. MySQL) can deadlock even when only a single row is being updated. To cope with this we detect and retry in deadlock situations for some updates. The next maintenance release in the 1.0 series (out soon) will have improved deadlock

[jboss-user] [JBoss Messaging] - Re: Help on MessagingXAException

2006-11-27 Thread busawreck
Here comes what my code looks like, kind of anyway, exception handling omitted. I've run the same test setup 4 more times, but I only got the error once more. @Stateless public SenderBean implements Sender { Connection con = null; public void send(Serial

[jboss-user] [JBoss Messaging] - Re: Help on MessagingXAException

2006-11-27 Thread timfox
Please post your code example. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988865#3988865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988865 ___ jboss-user maili