1. hibernate exceptions zkoss.orgOrignial message at: https://sourceforge.net/forum/message.php?msg_id=4116759 By: cmaniac well.. let me tell you something 1. I still, with the problem.. I Mean.. at last I found a way to catch hibernate exceptons... but.. not all, let me explain you.. I found that if a try to catch the exception in this way: public void confirmarTransaccion() throws Exception { Session _session = HibernateUtil.getSessionFactory().getCurrentSession(); _session.flush(); ... |
2. smalltalk "Hibernate + ZK", got an exception zkoss.orgpublic long getId() { return id; } public void setId(long id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getEmail() { return email; } public void setEmail(String email) { this.email = email; } public String getPassword() { return password; } public void setPassword(String password) { this.password ... |
3. Zeta form Error (org.hibernate exception) zkoss.org |
4. Integrate Hibernate with ZK causing exception forum.hibernate.org |