[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-683) MSSQL configuration appears invalid
Markus Lutum (JIRA)
jira-events at jboss.com
Mon Dec 18 07:11:48 EST 2006
[ http://jira.jboss.com/jira/browse/JBMESSAGING-683?page=all ]
Markus Lutum updated JBMESSAGING-683:
-------------------------------------
Fix Version/s: (was: 1.0.1.GA)
> MSSQL configuration appears invalid
> -----------------------------------
>
> Key: JBMESSAGING-683
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-683
> Project: JBoss Messaging
> Issue Type: Bug
> Affects Versions: 1.2.0.Alpha1
> Reporter: Markus Lutum
> Assigned To: Clebert Suconic
>
> The MSSQL persistence manager config appears to be invalid.
> One call inside the mssql-persistence-service.xml must be changed
> UPDATE_UNRELIABLE_CHANNELCOUNT=UPDATE JMS_MESSAGE M SET M.CHANNELCOUNT = M.CHANNELCOUNT - 1 WHERE M.MESSAGEID IN (SELECT MR.MESSAGEID FROM JMS_MESSAGE_REFERENCE MR WHERE MR.RELIABLE = 'N' AND MR.CHANNELID = ?)
> should be
> UPDATE_UNRELIABLE_CHANNELCOUNT=UPDATE JMS_MESSAGE SET CHANNELCOUNT = CHANNELCOUNT - 1 WHERE MESSAGEID IN (SELECT MR.MESSAGEID FROM JMS_MESSAGE_REFERENCE MR WHERE MR.RELIABLE = 'N' AND MR.CHANNELID = ?)
> (without M)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list