3.5.0RC1 AuditError with Postgres

Hi,

Giving 3.5.0RC1 a spin (thanks for the RC btw). Was interested in the Security Audit Logging functionality, but I get errors:

2008.03.12 16:54:43 Autocreating jiveID row for type ‘25’

2008.03.12 16:54:43 Error trying to insert a new row in jiveSecurityAuditLog:

org.postgresql.util.PSQLException: ERROR: integer out of range

full log attached. This is on an upgraded test box from 3.4.5 on RHEL5 , postgresql 8.1.11

My guess is that entrystamp is of type Integer and should be character(15) ?

thanks!

daryl

… huh. =( No I didn’t intend for it to be CHAR(15), more or less on purpose. arg. Good catch. I’ll see what I can do about it. JM-1301

Thanks for the fix, verified it works in RC2