[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2008-05-14 Thread marney
I am seeing this issue on a production server running JBoss 4.2.2 (again, MS SQL Server database). I looked in JBoss JIRA and did not see anything addressing this issue. Portion of our app's trace: anonymous wrote : | 14 May 2008 14:58:08,352 DEBUG [TMMessagingProxy http-0.0.0.0-8082-1] S

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2007-06-05 Thread [EMAIL PROTECTED]
The release notes (JIRA) should answer your question. It is easier for you to find them and read them than its for me to find and cut and paste redundantly. If they don't answer your question then feel free to explain which part you don't understand here. Don't update the JIRA issue with question

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2007-06-04 Thread balaji_srini
Hi Adrian, thanks for your response. Unfortunately, this is happening in our production system, so we won't be able to upgrade to 4.0.5 easily. Is this fix one that I can apply on top of 4.0.1? I am guessing it has something to do with the sql definitions in mssql-jdbc2-service.xml. Is the fix j

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2007-06-01 Thread [EMAIL PROTECTED]
Do you see the problem with 4.0.5? No. That's probably because it has been fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050480#4050480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050480 _

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2007-05-25 Thread balaji_srini
Can someone help with this error? Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048795#4048795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048795 ___ jb

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2007-05-23 Thread balaji_srini
This is what I see in my mssql-jdbc2-service.xml: | BLOB_TYPE=BINARYSTREAM_BLOB | INSERT_TX = INSERT INTO JMS_TRANSACTIONS (TXID) values(?) | INSERT_MESSAGE = INSERT INTO JMS_MESSAGES (MESSAGEID, DESTINATION, MESSAGEBLOB, TXID, TXOP) VALUES(?,?,?,?,?) | SELECT_ALL