Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Internal Exception: net.ucanaccess.jdbc.UcanaccessSQLException: UCAExc:::3.0.6 user lacks privilege or object not found: IDENTITY_VAL_LOCAL
  2. Error Code: -5501
  3. Call: SELECT IDENTITY_VAL_LOCAL() FROM SYSIBM.SYSDUMMY1
  4. Query: ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT IDENTITY_VAL_LOCAL() FROM SYSIBM.SYSDUMMY1")
  5.  
  6. @Transient
  7. private PropertyChangeSupport changeSupport = new PropertyChangeSupport(this);
  8.  
  9. private static final long serialVersionUID = 1L;
  10. @Id
  11. @GeneratedValue(strategy = GenerationType.IDENTITY)
  12. @Basic(optional = false)
  13. @Column(name = "ID")
  14. private Integer id;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement