I was finally able to recreate your problem... this is an OpenJPA code bug having to do with generated ids that start with zero.
As a work around for now, you could use GenerationType.AUTO for your StatusUpdate.id column. Please open a JIRA for this problem. If you don't have an account, let me know and I'll do it. -- Thanks, Rick
