- 
    Type:Technical Work 
- 
    Resolution: Cannot Reproduce
- 
    Priority:Minor 
- 
    Affects Version/s: None
- 
    Component/s: Codebase, Domain Model
- 
    None
                    Currently the version attribute in AbstractPersistableEntity is an Integer.  Integers only allow values up to 2,147,483,647.  Which is a big number, but it might be better to use Long.  Longs allow values up to 9,223,372,036,854,775,807.