Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Internal Exception: java.sql.SQLTransactionRollbackException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 213) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
  2. Error Code: 1205
  3.  
  4.  
  5. @Entity
  6. @Table(name="CLIENTSTATE")
  7. public class ClientEntity implements Serializable {
  8. @Id
  9. @Column(name="SESS_ID")
  10. private String sessionId;
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement