Sequenced ID value limited to Integer not Long
----------------------------------------------

                 Key: OFBIZ-413
                 URL: http://issues.apache.org/jira/browse/OFBIZ-413
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: framework
            Reporter: Si Chen
            Priority: Minor


I just  found a small problem with SequenceUtil - it calls the getInt instead 
of the getLong method on the ResultSet query, so large sequence values 
(exceeding the Java integer limit of 2147483647 will not work.

I made this change to SequenceUtil and now it works fine.  Just wanted to check 
to make sure nobody has any objections before committing this...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to