1. Exception in inserting data into data using JPA in netbeans stackoverflow.com
|
2. storing SHA-1 Hashes with EclipseLink & PostgreSQL stackoverflow.comI'm using eclipselink as JPA Implementation and PostgreSQL and want to store SHA-1 Hashes in the database. But I'm getting an Exception like this: Internal Exception: org.postgresql.util.PSQLException: ERROR: invalid byte sequence ... |
3. EclipseLink (JPA 2) Missing Descriptor Exception stackoverflow.comI am having an issue using EclipseLink (JPA 2) in Netbeans 6.9.1 against Oracle 11g. I keep getting the following error when attempting to run a Native Query:
|
4. WrongClassException switching from eclipselink to Hibernate stackoverflow.comI had a working code written in pure JPA and running on Glassfish v3.0.1 (eclipselink) I decided to switch persistence provider to hbernate 3.5.1-final and I'm experiencing exceptions in one query that ... |
5. Exception EclipseLink stackoverflow.comI try to deploy service that retrieves data from table and diplay it over https using REST Jersey with Glassfish What I did is i configured the https and it works ... |
6. CloneNotSupportedException Exception JPA (EclipseLink) zkoss.orgjavax.persistence.RollbackException: Exception (Eclipse Persistence Services - 1.1.1.v20090430-r4097): org.eclipse.persistence.exceptions.QueryExceptionException Description: The method invocation of the method [protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException] on the object [[model.Telefone[idTelefone=6]]], of class [class org.zkoss.zkplus.databind.BindingListModelList], triggered an exception.Internal Exception: java.lang.reflect.InvocationTargetExceptionTarget Invocation Exception: java.lang.CloneNotSupportedException: org.zkoss.zkplus.databind.BindingListModelList at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:102) at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63) at dao.PessoaDao.create(PessoaDao.java:161) at view.WinProprietario.onClick$btnSalvar(WinProprietario.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.zkoss.zk.ui.impl.EventProcessor.process0(EventProcessor.java:211) at org.zkoss.zk.ui.impl.EventProcessor.process(EventProcessor.java:143) at org.zkoss.zk.ui.impl.EventProcessingThreadImpl.process0(EventProcessingThreadImpl.java:488) ... |