[jboss-user] [JBoss Messaging] - Re: Database Unique Constraint Violation on JBM_MSG MESSAGE_
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Dec 12 17:17:09 EST 2008
It seems to me that you created some failing condition at the DB.
In my opinion you shouldn't be dealing directly with the DB in any way. you should probably be using the API to consume data you don't want.
Regarding the maxValue issue you raised, I don't think that's possible. 203911168 is C277000 which would still be away from MAX_INT (0x7fffffff), and besides that value is a long.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196328#4196328
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196328
More information about the jboss-user
mailing list